[java-identity-provider COMMIT] /trunk/idp-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 7 06:13:56 EST 2013


Author: rdw
Date: Mon Jan  7 06:13:56 2013
New Revision: 4255

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4255&view=rev
Log:
Move dependency on opensaml-saml-impl to where it belongs

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

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=4255&r1=4254&r2=4255&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Mon Jan  7 06:13:56 2013
@@ -28,6 +28,11 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
@@ -52,11 +57,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-saml-impl</artifactId>
-            <version>${opensaml.version}</version>
-        </dependency>
-        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
             <version>${project.version}</version>
@@ -65,4 +65,4 @@
         </dependency>
     </dependencies>
 
-</project>
+</project>



More information about the commits mailing list