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

Scott Cantor cantor.2 at osu.edu
Fri Sep 2 12:37:50 UTC 2022


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=292cf8364b9c60763651a6e6b9159e3b836495fc

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

commit 292cf8364b9c60763651a6e6b9159e3b836495fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 2 08:37:48 2022 -0400

    Update POMs for new shared artifact names.
---
 pom.xml                      | 25 ++++++++++++-------------
 shib-metadata-api/pom.xml    | 10 ----------
 shib-metadata-impl/pom.xml   | 16 +++-------------
 shib-metadata-spring/pom.xml | 18 ++++--------------
 4 files changed, 19 insertions(+), 50 deletions(-)

diff --git a/pom.xml b/pom.xml
index 82c1fe677..2d078a3a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,11 +31,10 @@
     </modules>
 
     <properties>
+        <shib-shared.groupId>net.shibboleth.shared</shib-shared.groupId>
         <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
-        <java-support.version>9.0.0-SNAPSHOT</java-support.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
-        <spring-extensions.version>9.0.0-SNAPSHOT</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
@@ -63,6 +62,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 -->
@@ -112,17 +122,6 @@
             </dependency>
 
             <!-- Compile Dependencies -->
-
-            <dependency>
-                <groupId>net.shibboleth.utilities</groupId>
-                <artifactId>java-support</artifactId>
-                <version>${java-support.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>net.shibboleth.ext</groupId>
-                <artifactId>spring-extensions</artifactId>
-                <version>${spring-extensions.version}</version>
-            </dependency>
             
             <!-- Provided Dependencies -->
 
diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 535afc2c1..8e6346ee5 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -30,16 +30,6 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core</artifactId>
         </dependency>
-        
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
 
         <!-- Provided Dependencies -->
 
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 49c40df8b..d195b955e 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -43,20 +43,15 @@
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-service</artifactId>
         </dependency>
 
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
         
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-context</artifactId>
@@ -67,11 +62,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>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 14f36b010..b9a204f31 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -34,20 +34,15 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-networking</artifactId>
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-spring</artifactId>
         </dependency>
         
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-beans</artifactId>
@@ -87,11 +82,6 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
         </dependency>
-    
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>com.google.guava</groupId>
@@ -115,7 +105,7 @@
         </dependency>
         
         <dependency>
-            <groupId>net.shibboleth.shared</groupId>
+            <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
             <scope>test</scope>
         </dependency>

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


More information about the commits mailing list