Author: rmannibucau
Date: Mon Mar 25 10:24:46 2013
New Revision: 1460592

URL: http://svn.apache.org/r1460592
Log:
no need of spring in openejb-standalone

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1460592&r1=1460591&r2=1460592&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Mon Mar 25 10:24:46 2013
@@ -963,6 +963,10 @@
             <artifactId>spring</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
           </exclusion>


Reply via email to