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

noreply at shibboleth.net noreply at shibboleth.net
Sun Apr 21 19:45:37 EDT 2013


Author: scantor
Date: Sun Apr 21 19:45:37 2013
New Revision: 3310

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3310&view=rev
Log:
Undo dep change.

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

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3310&r1=3309&r2=3310&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Sun Apr 21 19:45:37 2013
@@ -42,6 +42,14 @@
         </dependency>
 
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-profile-api</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>${spring.groupId}</groupId>
             <version>${spring.version}</version>
             <artifactId>spring-core</artifactId>



More information about the commits mailing list