[exo-jcr-commits] exo-jcr SVN: r742 - in ws/trunk: exo.ws.commons and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 18 04:19:29 EST 2009


Author: dkatayev
Date: 2009-11-18 04:19:29 -0500 (Wed, 18 Nov 2009)
New Revision: 742

Modified:
   ws/trunk/exo.ws.commons/pom.xml
   ws/trunk/exo.ws.frameworks.servlet/pom.xml
   ws/trunk/pom.xml
Log:
EXOJCR-162 Modules dependencies cleaned

Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
+++ ws/trunk/exo.ws.commons/pom.xml	2009-11-18 09:19:29 UTC (rev 742)
@@ -37,17 +37,14 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>javax.xml.stream</groupId>
          <artifactId>stax-api</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>
       </dependency>
-      
    </dependencies>
 </project>

Modified: ws/trunk/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.servlet/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml	2009-11-18 09:19:29 UTC (rev 742)
@@ -49,6 +49,5 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>      
-      
    </dependencies>
 </project>

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
+++ ws/trunk/pom.xml	2009-11-18 09:19:29 UTC (rev 742)
@@ -103,9 +103,6 @@
             <artifactId>exo.ws.rest.core</artifactId>
             <version>${project.version}</version>
          </dependency>               
-         
-
-      
          <dependency>
             <groupId>javax.xml.stream</groupId>
             <artifactId>stax-api</artifactId>



More information about the exo-jcr-commits mailing list