[java-identity-provider] branch main updated: Update POMs for new shared artifact names.

Scott Cantor cantor.2 at osu.edu
Fri Sep 2 12:38:28 UTC 2022


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=8774ed883b0a7d3da30793d859ffbd987691b2a1

The following commit(s) were added to refs/heads/main by this push:
     new 8774ed883 Update POMs for new shared artifact names.
8774ed883 is described below

commit 8774ed883b0a7d3da30793d859ffbd987691b2a1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 2 08:38:25 2022 -0400

    Update POMs for new shared artifact names.
---
 idp-admin-api/pom.xml    | 11 +++--------
 idp-admin-impl/pom.xml   | 13 ++-----------
 idp-authn-api/pom.xml    | 12 +-----------
 idp-authn-impl/pom.xml   | 16 +++-------------
 idp-cas-api/pom.xml      | 14 ++------------
 idp-cas-impl/pom.xml     | 16 +++-------------
 idp-consent-api/pom.xml  | 10 ----------
 idp-core/pom.xml         | 14 ++------------
 idp-installer/pom.xml    | 16 ++--------------
 idp-parent/pom.xml       | 24 ++++++++++++------------
 idp-profile-api/pom.xml  | 14 ++------------
 idp-profile-impl/pom.xml | 16 +++-------------
 idp-saml-api/pom.xml     | 14 ++------------
 idp-saml-impl/pom.xml    | 16 +++-------------
 idp-session-api/pom.xml  | 10 ----------
 idp-session-impl/pom.xml | 10 ----------
 idp-spring/pom.xml       | 14 ++------------
 idp-ui/pom.xml           | 10 ----------
 idp-war/pom.xml          | 24 ++++++++++++++++++++----
 19 files changed, 62 insertions(+), 212 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 892702990..296701e1e 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -61,19 +61,14 @@
             <artifactId>opensaml-saml-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
         </dependency>
 
         <!-- Provided Dependencies -->
@@ -87,7 +82,7 @@
 
         <!-- Test Dependencies -->
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 617704dc3..bde6f26e1 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -52,17 +52,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 54a118a29..c1beb136f 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -51,20 +51,10 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-velocity</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index a2091a65f..d1a9ce6c0 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -91,13 +91,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -176,11 +171,6 @@
             <artifactId>DuoWeb</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -295,7 +285,7 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 8a596f147..773a67c41 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -62,13 +62,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -85,11 +80,6 @@
             <artifactId>cryptacular</artifactId>
         </dependency>
         
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 3973b8cb7..1105406b2 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -96,11 +96,6 @@
             <artifactId>opensaml-xmlsec-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-beans</artifactId>
@@ -131,19 +126,14 @@
             <artifactId>httpcore</artifactId>
         </dependency>
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
         <dependency>
             <groupId>org.cryptacular</groupId>
             <artifactId>cryptacular</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -215,7 +205,7 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 6c5682a06..7c22d252b 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -32,16 +32,6 @@
             <artifactId>opensaml-messaging-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 17ea87e45..cf811755e 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -46,11 +46,6 @@
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-json</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
         
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
@@ -74,11 +69,6 @@
             <artifactId>httpcore</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -90,8 +80,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <!-- Provided Dependencies -->
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 4eb34ad32..2bf0a191b 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -45,14 +45,8 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
             <scope>provided</scope>
         </dependency>
         
@@ -123,12 +117,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-	   </dependency>
-
        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 65405c1f0..7d54511f7 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -94,6 +94,17 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-support</artifactId>
+            <version>${shib-shared.version}</version>
+        </dependency>
+
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
@@ -165,7 +176,7 @@
 
             <!-- Import Dependencies:  Shared -->
             <dependency>
-                <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
                 <artifactId>shib-shared-bom</artifactId>
                 <version>${shib-shared.version}</version>
                 <type>pom</type>
@@ -174,17 +185,6 @@
 
             <!-- Compile Dependencies -->
 
-            <dependency>
-                <groupId>net.shibboleth.utilities</groupId>
-                <artifactId>java-support</artifactId>
-                <version>${shib-shared.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>net.shibboleth.ext</groupId>
-                <artifactId>spring-extensions</artifactId>
-                <version>${shib-shared.version}</version>
-            </dependency>
-
             <!-- Provided Dependencies -->
 
             <!-- Runtime Dependencies -->
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 1010438f1..5b1138547 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -53,13 +53,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -79,11 +74,6 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 20e7f5b74..e028bb6db 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -72,13 +72,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -98,11 +93,6 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -191,7 +181,7 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 65c4f278a..9cbf30bfc 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -84,18 +84,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index f6d04f2a2..bcd7f53a6 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -112,13 +112,8 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -147,11 +142,6 @@
             <artifactId>metrics-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -254,7 +244,7 @@
         </dependency>
     
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 33c96e2ab..1d20e5f57 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -41,16 +41,6 @@
             <artifactId>opensaml-messaging-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 61c67d5b0..9ca582cf9 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -60,11 +60,6 @@
             <artifactId>opensaml-storage-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
         <dependency>
           <groupId>commons-codec</groupId>
           <artifactId>commons-codec</artifactId>
@@ -75,11 +70,6 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-spring/pom.xml b/idp-spring/pom.xml
index 864633b39..b7e688bb6 100644
--- a/idp-spring/pom.xml
+++ b/idp-spring/pom.xml
@@ -28,13 +28,8 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
 
         <dependency>
@@ -58,11 +53,6 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index bdd85f149..594221e7a 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -74,16 +74,6 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index dfe5a2d4d..df019d6db 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -166,10 +166,6 @@
             <groupId>net.shibboleth</groupId>
             <artifactId>shib-metadata-spring</artifactId>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core</artifactId>
@@ -230,6 +226,26 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-xmlsec-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-networking</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-security</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-service</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-support</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
 

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


More information about the commits mailing list