[java-opensaml COMMIT] /trunk/opensaml-temp/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 3 19:08:09 EDT 2013
Author: putmanb
Date: Fri May 3 19:08:08 2013
New Revision: 3332
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3332&view=rev
Log:
Add dependency on messaging-api to facilitate refactoring without breaking everything.
Modified:
trunk/opensaml-temp/pom.xml
Modified: trunk/opensaml-temp/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-temp/pom.xml?rev=3332&r1=3331&r2=3332&view=diff
==============================================================================
--- trunk/opensaml-temp/pom.xml (original)
+++ trunk/opensaml-temp/pom.xml Fri May 3 19:08:08 2013
@@ -41,6 +41,11 @@
<artifactId>opensaml-xmlsec-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-messaging-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Provided Dependencies -->
<dependency>
More information about the commits
mailing list