[java-idp-plugin-thymeleaf] branch main updated: Clean up dependencies.

Scott Cantor cantor.2 at osu.edu
Tue Feb 20 18:50:31 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-plugin-thymeleaf.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-thymeleaf.git;a=commit;h=91cdfd9271c820698a97eb69071d29fef5c58fb7

The following commit(s) were added to refs/heads/main by this push:
     new 91cdfd9  Clean up dependencies.
91cdfd9 is described below

commit 91cdfd9271c820698a97eb69071d29fef5c58fb7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 20 13:50:26 2024 -0500

    Clean up dependencies.
---
 thymeleaf-impl/pom.xml | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/thymeleaf-impl/pom.xml b/thymeleaf-impl/pom.xml
index a7735fd..ac7aea8 100644
--- a/thymeleaf-impl/pom.xml
+++ b/thymeleaf-impl/pom.xml
@@ -30,11 +30,6 @@
         </dependency>    
         
         <!-- Provided dependencies -->
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-admin-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-admin-impl</artifactId>
@@ -56,12 +51,34 @@
             <artifactId>shib-support</artifactId>
             <scope>provided</scope>
         </dependency>
+
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-beans</artifactId>
+            <scope>provided</scope>
+        </dependency>        
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-context</artifactId>
+            <scope>provided</scope>
+        </dependency>        
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>provided</scope>
+        </dependency>        
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-webmvc</artifactId>
             <scope>provided</scope>
         </dependency>        
 
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+            <scope>provided</scope>
+        </dependency>        
+
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list