[java-identity-provider] branch master updated: Fix dependencies
Ian Young
ian at iay.org.uk
Thu Nov 9 13:56:52 EST 2017
This is an automated email from the git hooks/post-receive script.
iay 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=aa476793c3db28304f709fa86186b7be36a88cc2
The following commit(s) were added to refs/heads/master by this push:
new aa47679 Fix dependencies
aa47679 is described below
commit aa476793c3db28304f709fa86186b7be36a88cc2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Nov 9 18:56:43 2017 +0000
Fix dependencies
---
idp-cas-api/pom.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 84b1cd6..5ecd4d2 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -24,6 +24,15 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-profile-api</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
@@ -52,4 +61,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list