[java-opensaml COMMIT] /trunk/opensaml-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri May 31 20:26:17 EDT 2013


Author: putmanb
Date: Fri May 31 20:26:17 2013
New Revision: 3361

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3361&view=rev
Log:
Add dependency that we were earlier apparently getting transitively from opensaml-temp.

Modified:
    trunk/opensaml-saml-impl/pom.xml

Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=3361&r1=3360&r2=3361&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Fri May 31 20:26:17 2013
@@ -30,6 +30,11 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>opensaml-security-impl</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-xmlsec-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>



More information about the commits mailing list