[java-opensaml] branch dev/OSJ-393 updated: OSJ-394 - Replace BOMs in opensaml-parent with inlined dependency mgmt.
Scott Cantor
cantor.2 at osu.edu
Wed Nov 1 17:54:17 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/OSJ-393
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=1bdd7077ba728ee38b09f285a5d336ec9daf820f
The following commit(s) were added to refs/heads/dev/OSJ-393 by this push:
new 1bdd7077b OSJ-394 - Replace BOMs in opensaml-parent with inlined dependency mgmt.
1bdd7077b is described below
commit 1bdd7077ba728ee38b09f285a5d336ec9daf820f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 1 13:54:14 2023 -0400
OSJ-394 - Replace BOMs in opensaml-parent with inlined dependency mgmt.
https://shibboleth.atlassian.net/browse/OSJ-394
Inlined the shib-shared-bom.
---
opensaml-parent/pom.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 53 insertions(+), 6 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 908f5f7cd..a50ecd2e1 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -80,7 +80,6 @@
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-support</artifactId>
- <version>${shib-shared.version}</version>
</dependency>
<!-- Provided Dependencies -->
@@ -105,16 +104,58 @@
used by all project modules. -->
<dependencyManagement>
<dependencies>
- <!-- Import Dependencies: Shared -->
+ <!-- Compile Dependencies -->
+ <dependency>
+ <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-shared-bom</artifactId>
+ <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 -->
<dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
@@ -126,6 +167,12 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-testing</artifactId>
+ <version>${shib-shared.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list