[java-shib-attribute] branch main updated: Dependency review.

Scott Cantor cantor.2 at osu.edu
Thu Mar 16 21:06:05 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=7da3e8ce6368d97e8fb287c87213fa02d0dacb14

The following commit(s) were added to refs/heads/main by this push:
     new 7da3e8ce6 Dependency review.
7da3e8ce6 is described below

commit 7da3e8ce6368d97e8fb287c87213fa02d0dacb14
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 16 17:06:03 2023 -0400

    Dependency review.
---
 shib-attribute-api/pom.xml             |  8 ++++++++
 shib-attribute-filter-impl/pom.xml     |  5 -----
 shib-attribute-resolver-api/pom.xml    |  9 +++++++++
 shib-attribute-resolver-impl/pom.xml   | 11 ++++++-----
 shib-attribute-resolver-spring/pom.xml |  1 +
 5 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/shib-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index cbdd07c88..3704f3bb5 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-api/pom.xml
@@ -38,12 +38,20 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-soap-api</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-spring</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-core</artifactId>
diff --git a/shib-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index b2f230bb6..5004d2f71 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-impl/pom.xml
@@ -38,11 +38,6 @@
             <artifactId>shib-metadata-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
-            <artifactId>shib-service</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core-api</artifactId>
diff --git a/shib-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index dbe8c0444..3c71f2967 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -70,11 +70,20 @@
             <artifactId>velocity-engine-core</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>${httpclient.httpcore.groupId}</groupId>
+            <artifactId>${httpclient.httpcore.artifactId}</artifactId>
+        </dependency>
         <dependency>
             <groupId>${httpclient.groupId}</groupId>
             <artifactId>${httpclient.artifactId}</artifactId>
         </dependency>
         
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+        
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index fe9aeeb3d..7acb2a06e 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -92,11 +92,6 @@
             <artifactId>ldaptive</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-
         <!-- Provided Dependencies -->
     
         <!-- Runtime Dependencies -->
@@ -177,6 +172,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <profiles>
diff --git a/shib-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index e9c36ead6..c6538a931 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -32,6 +32,7 @@
             <artifactId>shib-attribute-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>shib-saml-attribute-impl</artifactId>

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


More information about the commits mailing list