[java-shib-profile] branch main updated: Dependency cleanup.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 17 16:19:35 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=46a9a71d954acbfb1b0730ae4f1fd892f96dc4c2
The following commit(s) were added to refs/heads/main by this push:
new 46a9a71 Dependency cleanup.
46a9a71 is described below
commit 46a9a71d954acbfb1b0730ae4f1fd892f96dc4c2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 17 12:19:32 2023 -0400
Dependency cleanup.
---
shib-profile-impl/pom.xml | 9 +++++++++
shib-saml-profile-api/pom.xml | 36 +++++++++++++++++++++++++++++-------
2 files changed, 38 insertions(+), 7 deletions(-)
diff --git a/shib-profile-impl/pom.xml b/shib-profile-impl/pom.xml
index ddd234d..3d13574 100644
--- a/shib-profile-impl/pom.xml
+++ b/shib-profile-impl/pom.xml
@@ -42,6 +42,10 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-messaging-api</artifactId>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
@@ -55,6 +59,11 @@
<artifactId>opensaml-security-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-beans</artifactId>
diff --git a/shib-saml-profile-api/pom.xml b/shib-saml-profile-api/pom.xml
index 4f397ad..f8a807b 100644
--- a/shib-saml-profile-api/pom.xml
+++ b/shib-saml-profile-api/pom.xml
@@ -30,12 +30,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>shib-saml-attribute-impl</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-api</artifactId>
+ <artifactId>shib-attribute-api</artifactId>
</dependency>
<dependency>
@@ -46,6 +41,10 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-messaging-api</artifactId>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
@@ -61,6 +60,7 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <!-- Needed despite dependency:analyze -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>shib-attribute-impl</artifactId>
@@ -69,7 +69,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-impl</artifactId>
+ <artifactId>shib-saml-attribute-impl</artifactId>
<scope>test</scope>
</dependency>
@@ -85,6 +85,28 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-service</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-spring</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-beans</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-context</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list