[java-opensaml] branch main updated: POM cleanup.
Scott Cantor
cantor.2 at osu.edu
Mon Apr 3 18:07:55 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f0280a122fb67bfdd9cd597aa0b897bc98a529b6
The following commit(s) were added to refs/heads/main by this push:
new f0280a122 POM cleanup.
f0280a122 is described below
commit f0280a122fb67bfdd9cd597aa0b897bc98a529b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 3 14:07:52 2023 -0400
POM cleanup.
---
opensaml-xmlsec-impl/pom.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index abc788f3f..3217b9dfa 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -47,6 +47,12 @@
<artifactId>opensaml-xmlsec-api</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-support</artifactId>
+ </dependency>
+
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
@@ -100,11 +106,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>net.shibboleth</groupId>
- <artifactId>shib-support</artifactId>
- <version>9.0.0-SNAPSHOT</version>
- </dependency>
</dependencies>
<scm>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list