[java-identity-provider] branch master updated: Add declared opensaml-messaging-api dependency
Tom Zeller
tzeller at dragonacea.biz
Thu Sep 27 09:24:13 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller 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=293cbf7353ddfc3207e50adf5b332e690cb2795c
The following commit(s) were added to refs/heads/master by this push:
new 293cbf7 Add declared opensaml-messaging-api dependency
293cbf7 is described below
commit 293cbf7353ddfc3207e50adf5b332e690cb2795c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Sep 27 08:23:02 2018 -0500
Add declared opensaml-messaging-api dependency
When building the site or running 'dependency:analyze', Maven would
complain with :
package org.opensaml.messaging.logic does not exist
---
idp-saml-api/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index bf41885..99b5ade 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -54,6 +54,10 @@
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-messaging-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list