[java-opensaml] branch main updated: Fix dependencies
Ian Young
ian at iay.org.uk
Mon Feb 13 16:35:57 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay 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=64f97fc53ed7912df4744181cdc3838e80ebab9e
The following commit(s) were added to refs/heads/main by this push:
new 64f97fc53 Fix dependencies
64f97fc53 is described below
commit 64f97fc53ed7912df4744181cdc3838e80ebab9e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Feb 13 16:35:53 2023 +0000
Fix dependencies
---
opensaml-security-impl/pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 25b036c1c..fa0338ddd 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -28,12 +28,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>opensaml-core-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>opensaml-messaging-api</artifactId>
@@ -120,6 +114,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>jcl-over-slf4j</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list