Author: akarasulu
Date: Tue Aug 26 21:49:30 2008
New Revision: 689357

URL: http://svn.apache.org/viewvc?rev=689357&view=rev
Log:
wrong scope on spring dependency

Modified:
    mina/trunk/integration-xbean/pom.xml

Modified: mina/trunk/integration-xbean/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/integration-xbean/pom.xml?rev=689357&r1=689356&r2=689357&view=diff
==============================================================================
--- mina/trunk/integration-xbean/pom.xml (original)
+++ mina/trunk/integration-xbean/pom.xml Tue Aug 26 21:49:30 2008
@@ -61,7 +61,6 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>


Reply via email to