[java-shib-profile] branch main updated: Bump version and inline dependencies.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 15:02: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-profile.

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

The following commit(s) were added to refs/heads/main by this push:
     new cacf3c6  Bump version and inline dependencies.
cacf3c6 is described below

commit cacf3c68b005bdc7ce7859fadab4ddb8dc528671
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 10:02:02 2023 -0500

    Bump version and inline dependencies.
---
 pom.xml | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 218 insertions(+), 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0cfc0f4..4beb3f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.3-SNAPSHOT</version>
+        <version>17.1.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Profile Components</name>
@@ -17,7 +17,7 @@
     </description>
 
     <artifactId>shib-profile-parent</artifactId>
-    <version>5.0.1-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -33,13 +33,13 @@
 
     <properties>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.0.0</shib-shared.version>
+        <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.0.0</opensaml.version>
+        <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-        <shib-metadata.version>5.0.0</shib-metadata.version>
+        <shib-metadata.version>5.1.0-SNAPSHOT</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-        <shib-attribute.version>5.0.0</shib-attribute.version>
+        <shib-attribute.version>5.1.0-SNAPSHOT</shib-attribute.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
@@ -84,40 +84,209 @@
         used by all project modules. -->
     <dependencyManagement>
         <dependencies>
-            <!-- Import Dependencies: Shibboleth Attribute -->
+            <!-- Compile Dependencies -->
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-api</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-impl</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-saml-attribute-api</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-saml-attribute-impl</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-filter-api</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${shib-attribute.groupId}</groupId>
-                <artifactId>shib-attribute-bom</artifactId>
+                <artifactId>shib-attribute-filter-impl</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-filter-spring</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-resolver-api</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-resolver-impl</artifactId>
+                <version>${shib-attribute.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-resolver-spring</artifactId>
                 <version>${shib-attribute.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
 
-            <!-- Import Dependencies: Shibboleth Metadata -->
             <dependency>
                 <groupId>${shib-metadata.groupId}</groupId>
-                <artifactId>shib-metadata-bom</artifactId>
+                <artifactId>shib-metadata-api</artifactId>
+                <version>${shib-metadata.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-metadata.groupId}</groupId>
+                <artifactId>shib-metadata-impl</artifactId>
+                <version>${shib-metadata.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-metadata.groupId}</groupId>
+                <artifactId>shib-metadata-spring</artifactId>
                 <version>${shib-metadata.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
 
-            <!-- Import Dependencies: OpenSAML -->
             <dependency>
                 <groupId>${opensaml.groupId}</groupId>
-                <artifactId>opensaml-bom</artifactId>
+                <artifactId>opensaml-core-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-core-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-messaging-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-messaging-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-profile-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-profile-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-saml-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-saml-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-security-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-security-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-soap-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-soap-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-spring</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-storage-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-storage-impl</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-xmlsec-api</artifactId>
+                <version>${opensaml.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-xmlsec-impl</artifactId>
                 <version>${opensaml.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
 
-            <!-- Import Dependencies:  Shared -->
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>
-                <artifactId>shib-shared-bom</artifactId>
+                <artifactId>shib-cli</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-networking</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-networking-spring</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-security</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-security-spring</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-service</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-spring</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-support</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-velocity</artifactId>
+                <version>${shib-shared.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-velocity-spring</artifactId>
                 <version>${shib-shared.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
 
             <!-- Compile Dependencies -->
@@ -127,6 +296,33 @@
             <!-- Runtime Dependencies -->
 
             <!-- Test Dependencies -->
+            <dependency>
+                <groupId>${shib-attribute.groupId}</groupId>
+                <artifactId>shib-attribute-testing</artifactId>
+                <version>${shib-attribute.version}</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>${shib-metadata.groupId}</groupId>
+                <artifactId>shib-metadata-testing</artifactId>
+                <version>${shib-metadata.version}</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>${opensaml.groupId}</groupId>
+                <artifactId>opensaml-testing</artifactId>
+                <version>${opensaml.version}</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>${shib-shared.groupId}</groupId>
+                <artifactId>shib-testing</artifactId>
+                <version>${shib-shared.version}</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -136,13 +332,6 @@
         <url>${shibboleth.scm.url}java-shib-attribute.git</url>
     </scm>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}java-shib-profile/${project.version}/</url>
-        </site>
-    </distributionManagement>
-
     <build>
         <plugins>
             <plugin>

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


More information about the commits mailing list