[java-opensaml] branch main updated: Dependency review.

Scott Cantor cantor.2 at osu.edu
Thu Mar 16 20:03:00 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=21204a392940a6f414d6966f224d055e02797f76

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

commit 21204a392940a6f414d6966f224d055e02797f76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 16 16:02:23 2023 -0400

    Dependency review.
---
 opensaml-core-impl/pom.xml      |  5 +++++
 opensaml-messaging-api/pom.xml  |  6 ------
 opensaml-messaging-impl/pom.xml | 19 +++----------------
 opensaml-security-api/pom.xml   |  9 ++++-----
 opensaml-xmlsec-api/pom.xml     |  5 +++++
 5 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/opensaml-core-impl/pom.xml b/opensaml-core-impl/pom.xml
index fd51cdc76..642185f4f 100644
--- a/opensaml-core-impl/pom.xml
+++ b/opensaml-core-impl/pom.xml
@@ -33,6 +33,11 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-networking</artifactId>
+        </dependency>       
+
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 0c996e563..6bed3a98d 100644
--- a/opensaml-messaging-api/pom.xml
+++ b/opensaml-messaging-api/pom.xml
@@ -29,12 +29,6 @@
             <version>${project.version}</version>
         </dependency>
 
-        <dependency>
-        	<groupId>com.google.guava</groupId>
-        	<artifactId>guava</artifactId>
-        </dependency>
-
-
         <dependency>
             <groupId>${httpclient.groupId}</groupId>
             <artifactId>${httpclient.artifactId}</artifactId>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 80a0320ef..cd2b56e1e 100644
--- a/opensaml-messaging-impl/pom.xml
+++ b/opensaml-messaging-impl/pom.xml
@@ -38,20 +38,19 @@
         </dependency>		
 
 		<!-- Provided Dependencies -->
-		<dependency>
-			<groupId>jakarta.servlet</groupId>
-			<artifactId>jakarta.servlet-api</artifactId>
-		</dependency>
 
 		<!-- Runtime Dependencies -->
 
 		<!-- Test Dependencies -->
+		
+		<!-- Needed for XMLObject providers -->
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>opensaml-core-impl</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>opensaml-testing</artifactId>
@@ -64,18 +63,6 @@
             <scope>test</scope>
         </dependency>
 
-		<dependency>
-			<groupId>${spring.groupId}</groupId>
-			<artifactId>spring-test</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<!-- Needed regardless of dependency:analyze. -->
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-web</artifactId>
-            <scope>test</scope>
-        </dependency>
-
 	</dependencies>
 
     <scm>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index ffee7ccb3..6ce3df858 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -67,6 +67,10 @@
             <artifactId>bcpkix-jdk18on</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>${httpclient.httpcore.groupId}</groupId>
+            <artifactId>${httpclient.httpcore.artifactId}</artifactId>
+        </dependency>
         <dependency>
             <groupId>${httpclient.groupId}</groupId>
             <artifactId>${httpclient.artifactId}</artifactId>
@@ -86,11 +90,6 @@
             <artifactId>shib-networking-spring</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
-            <artifactId>shib-spring</artifactId>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index febdf4b5c..861af254c 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -40,6 +40,11 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-security</artifactId>
+        </dependency>
+
         <dependency>
         	<groupId>com.google.guava</groupId>
         	<artifactId>guava</artifactId>

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


More information about the commits mailing list