You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/08/27 06:49:30 UTC

svn commit: r689357 - /mina/trunk/integration-xbean/pom.xml

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>