[java-identity-provider] branch master updated: Missing compile dependency.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 6 09:10:25 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0a1e5072278bdca8221b15488fa55fb6b4f03b80
The following commit(s) were added to refs/heads/master by this push:
new 0a1e507 Missing compile dependency.
0a1e507 is described below
commit 0a1e5072278bdca8221b15488fa55fb6b4f03b80
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 6 09:10:23 2018 -0400
Missing compile dependency.
---
idp-profile-api/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 8d6e601..065a63a 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -46,6 +46,11 @@
</dependency>
<dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>${spring-webflow.groupId}</groupId>
<artifactId>spring-webflow</artifactId>
</dependency>
@@ -55,11 +60,6 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
- <dependency>
- <groupId>net.shibboleth.ext</groupId>
- <artifactId>spring-extensions</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list