[java-identity-provider] 02/02: Clean up unused dependencies.

Scott Cantor cantor.2 at osu.edu
Thu Jul 27 12:22:58 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7ad53b208743370bb7da54f6adf829df69a01c3c

commit 7ad53b208743370bb7da54f6adf829df69a01c3c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 27 08:22:28 2023 -0400

    Clean up unused dependencies.
---
 idp-admin-api/pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 29d3265f6..c3ecf0790 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -65,35 +65,11 @@
             <artifactId>shib-networking</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
-            <artifactId>shib-networking-spring</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>${httpclient.groupId}</groupId>
-            <artifactId>${httpclient.artifactId}</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${httpclient.httpcore.groupId}</groupId>
-            <artifactId>${httpclient.httpcore.artifactId}</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>jakarta.servlet</groupId>

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


More information about the commits mailing list