You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/12 05:50:35 UTC

svn commit: r368264 - /incubator/servicemix/trunk/servicemix-jsr181/pom.xml

Author: foconer
Date: Wed Jan 11 20:49:17 2006
New Revision: 368264

URL: http://svn.apache.org/viewcvs?rev=368264&view=rev
Log:
Commented out dependency xbean-spring and commons-logging.

Modified:
    incubator/servicemix/trunk/servicemix-jsr181/pom.xml

Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?rev=368264&r1=368263&r2=368264&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Wed Jan 11 20:49:17 2006
@@ -75,15 +75,19 @@
         <groupId>org.apache.servicemix.dependencies</groupId>
           <artifactId>XmlSchema</artifactId>
         </dependency>
-<!--    
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
-            <artifactId>servicemix-common</artifactId>
+	  <groupId>org.xbean</groupId>
+	  <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
+	  <groupId>commons-logging</groupId>
+	  <artifactId>commons-logging</artifactId>
         </dependency>
+<!--    
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-common</artifactId>
+        </dependency>        
         <dependency>
             <groupId>backport-util-concurrent</groupId>
             <artifactId>backport-util-concurrent</artifactId>
@@ -99,10 +103,6 @@
         <dependency>
             <groupId>jdom</groupId>
             <artifactId>jdom</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.xbean</groupId>
-            <artifactId>xbean-spring</artifactId>
         </dependency>
         <dependency>
             <groupId>org.xbean</groupId>