[java-shib-metadata] branch main updated: Bump versions and dependencies and inline the BOMs.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 14:53:26 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-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=0ec1a9975be7126992af16b54a2ef2ecd074dfd4
The following commit(s) were added to refs/heads/main by this push:
new 0ec1a997 Bump versions and dependencies and inline the BOMs.
0ec1a997 is described below
commit 0ec1a9975be7126992af16b54a2ef2ecd074dfd4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 09:53:23 2023 -0500
Bump versions and dependencies and inline the BOMs.
---
pom.xml | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 144 insertions(+), 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index d78cd2f5..a865c905 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
</description>
<artifactId>shib-metadata-parent</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -33,9 +33,9 @@
<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>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -83,19 +83,139 @@
<!-- 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>net.shibboleth</groupId>
- <artifactId>shib-shared-bom</artifactId>
+ <groupId>${shib-shared.groupId}</groupId>
+ <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 -->
@@ -105,6 +225,19 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <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>
@@ -114,13 +247,6 @@
<url>${shibboleth.scm.url}java-shib-metadata.git</url>
</scm>
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${shibboleth.site.deploy.url}java-shib-metadata/${project.version}/</url>
- </site>
- </distributionManagement>
-
<build>
<plugins>
<plugin>
@@ -191,9 +317,7 @@
</execution>
</executions>
</plugin>
-
</plugins>
-
</build>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list