[exo-jcr-commits] exo-jcr SVN: r4675 - in ws/trunk: exo.ws.rest.core and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 22 04:04:46 EDT 2011


Author: tolusha
Date: 2011-07-22 04:04:46 -0400 (Fri, 22 Jul 2011)
New Revision: 4675

Modified:
   ws/trunk/exo.ws.rest.core/pom.xml
   ws/trunk/packaging/module/src/main/javascript/ws.packaging.module.js
   ws/trunk/pom.xml
Log:
EXOJCR-1315: Align commons-collection depenency version in JCR subprojects

Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml	2011-07-22 08:03:27 UTC (rev 4674)
+++ ws/trunk/exo.ws.rest.core/pom.xml	2011-07-22 08:04:46 UTC (rev 4675)
@@ -97,10 +97,6 @@
          <artifactId>jsr311-api</artifactId>
       </dependency>
       <dependency>
-         <groupId>commons-io</groupId>
-         <artifactId>commons-io</artifactId>
-      </dependency>
-      <dependency>
          <groupId>commons-fileupload</groupId>
          <artifactId>commons-fileupload</artifactId>
       </dependency>

Modified: ws/trunk/packaging/module/src/main/javascript/ws.packaging.module.js
===================================================================
--- ws/trunk/packaging/module/src/main/javascript/ws.packaging.module.js	2011-07-22 08:03:27 UTC (rev 4674)
+++ ws/trunk/packaging/module/src/main/javascript/ws.packaging.module.js	2011-07-22 08:04:46 UTC (rev 4675)
@@ -38,7 +38,6 @@
     addDependency(new Project("javax.annotation", "jsr250-api", "jar", "1.0")).
     addDependency(new Project("javax.inject", "javax.inject", "jar", "1")).
     addDependency(new Project("javax.ws.rs", "jsr311-api", "jar", "1.0")).
-    addDependency(new Project("commons-chain", "commons-chain", "jar", "1.2")).
     addDependency(new Project("javax.xml.bind", "jaxb-api", "jar", "2.1"));
           
   module.soap = {};

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2011-07-22 08:03:27 UTC (rev 4674)
+++ ws/trunk/pom.xml	2011-07-22 08:04:46 UTC (rev 4675)
@@ -148,14 +148,8 @@
             <version>0.7.4</version>
          </dependency>
          <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>1.4</version>
-         </dependency>
-         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <!-- version>1.2.1</version -->
             <version>1.0</version>
          </dependency>
          <dependency>



More information about the exo-jcr-commits mailing list