[java-opensaml] branch master updated: opensaml-saml-api now dependend on opensaml-security-api

Rod Widdowson rdw at steadingsoftware.com
Wed Dec 12 05:56:57 EST 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=35a6fba2395fc9ee4f7ed88d481e9febabdf1794

The following commit(s) were added to refs/heads/master by this push:
       new  35a6fba   opensaml-saml-api now dependend on opensaml-security-api
35a6fba is described below

commit 35a6fba2395fc9ee4f7ed88d481e9febabdf1794
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Dec 12 10:56:50 2018 +0000

    opensaml-saml-api now dependend on opensaml-security-api
---
 opensaml-saml-api/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index e7c4576..2572fbf 100644
--- a/opensaml-saml-api/pom.xml
+++ b/opensaml-saml-api/pom.xml
@@ -47,6 +47,11 @@
             <artifactId>opensaml-storage-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-security-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- Provided Dependencies -->
         <dependency>
@@ -74,4 +79,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