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

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 23 11:28:48 EST 2013


Author: iay
Date: Mon Dec 23 11:28:48 2013
New Revision: 3527

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3527&view=rev
Log:
Remove duplicate spring-core dependency spotted in Jenkins output.

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=3527&r1=3526&r2=3527&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Mon Dec 23 11:28:48 2013
@@ -77,7 +77,6 @@
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-core</artifactId>
-            <version>${spring.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -134,11 +133,6 @@
             <scope>test</scope>
             <version>1.2-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-            <scope>test</scope>
-        </dependency>
         
     </dependencies>
 



More information about the commits mailing list