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

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 13 15:15:46 EDT 2013


Author: scantor
Date: Thu Jun 13 15:15:46 2013
New Revision: 3384

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3384&view=rev
Log:
Add test-jar dependency

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

Modified: trunk/opensaml-storage-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/pom.xml?rev=3384&r1=3383&r2=3384&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/pom.xml (original)
+++ trunk/opensaml-storage-impl/pom.xml Thu Jun 13 15:15:46 2013
@@ -28,6 +28,13 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-storage-api</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
 
         <!-- Managed Dependencies -->
     </dependencies>



More information about the commits mailing list