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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 18 04:12:07 EST 2009


Author: dkatayev
Date: 2009-11-18 04:12:07 -0500 (Wed, 18 Nov 2009)
New Revision: 741

Modified:
   ws/trunk/exo.ws.commons/pom.xml
   ws/trunk/exo.ws.frameworks.json/pom.xml
   ws/trunk/exo.ws.frameworks.servlet/pom.xml
   ws/trunk/exo.ws.rest.core/pom.xml
   ws/trunk/exo.ws.rest.ext/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:09:44 UTC (rev 740)
+++ ws/trunk/exo.ws.commons/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -35,15 +35,19 @@
    <dependencies>
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.common</artifactId>
+         <artifactId>exo.kernel.commons</artifactId>
       </dependency>
+      
       <dependency>
-         <groupId>com.sun.xml.stream</groupId>
-         <artifactId>sjsxp</artifactId>
+         <groupId>javax.xml.stream</groupId>
+         <artifactId>stax-api</artifactId>
       </dependency>
+      
       <dependency>
-         <groupId>stax</groupId>
-         <artifactId>stax-api</artifactId>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
       </dependency>
+      
    </dependencies>
 </project>

Modified: ws/trunk/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.json/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
+++ ws/trunk/exo.ws.frameworks.json/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -35,8 +35,9 @@
 
    <dependencies>
       <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.common</artifactId>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
       </dependency>
    </dependencies>
 

Modified: ws/trunk/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.servlet/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -41,5 +41,14 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.common</artifactId>
       </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.commons</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
+      </dependency>      
+      
    </dependencies>
 </project>

Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
+++ ws/trunk/exo.ws.rest.core/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -35,11 +35,11 @@
    <dependencies>
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.common</artifactId>
+         <artifactId>exo.kernel.commons</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.exoplatform.core</groupId>
-         <artifactId>exo.core.component.xml-processing</artifactId>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
       </dependency>
       <dependency>
          <groupId>org.exoplatform.ws</groupId>
@@ -49,16 +49,45 @@
          <groupId>org.exoplatform.ws</groupId>
          <artifactId>exo.ws.testframework</artifactId>
          <scope>test</scope>
+      </dependency>      
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
+      </dependency> 
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
       </dependency>
       <dependency>
-         <groupId>javax.xml.bind</groupId>
-         <artifactId>jaxb-api</artifactId>
+         <groupId>javax.xml.stream</groupId>
+         <artifactId>stax-api</artifactId>
+      </dependency>  
+      <dependency>
+         <groupId>javax.mail</groupId>
+         <artifactId>mail</artifactId>
       </dependency>
       <dependency>
-         <groupId>com.sun.xml.bind</groupId>
-         <artifactId>jaxb-impl</artifactId>
+         <groupId>javax.activation</groupId>
+         <artifactId>activation</artifactId>
       </dependency>
       <dependency>
+         <groupId>picocontainer</groupId>
+         <artifactId>picocontainer</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>jtidy</groupId>
+         <artifactId>jtidy</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>xpp3</groupId>
+         <artifactId>xpp3</artifactId>        
+      </dependency>
+      <dependency>
+         <groupId>javax.xml.bind</groupId>
+         <artifactId>jaxb-api</artifactId>
+      </dependency>
+      <dependency>      
          <groupId>org.jvnet.jaxb2.maven2</groupId>
          <artifactId>maven-jaxb2-plugin</artifactId>
          <scope>test</scope>
@@ -71,10 +100,6 @@
          <groupId>commons-fileupload</groupId>
          <artifactId>commons-fileupload</artifactId>
       </dependency>
-      <dependency>
-         <groupId>commons-io</groupId>
-         <artifactId>commons-io</artifactId>
-      </dependency>
    </dependencies>
 
    <build>

Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
+++ ws/trunk/exo.ws.rest.ext/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -34,6 +34,18 @@
 
    <dependencies>
       <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.commons</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.core</groupId>
+         <artifactId>exo.core.component.xml-processing</artifactId>
+      </dependency>
+      <dependency>
          <groupId>org.exoplatform.ws</groupId>
          <artifactId>exo.ws.commons</artifactId>
       </dependency>
@@ -45,5 +57,26 @@
          <groupId>javax.annotation</groupId>
          <artifactId>jsr250-api</artifactId>
       </dependency>
+      <dependency>
+         <groupId>jtidy</groupId>
+         <artifactId>jtidy</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>javax.ws.rs</groupId>
+         <artifactId>jsr311-api</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>javax.xml.stream</groupId>
+         <artifactId>stax-api</artifactId>
+         <version>1.0</version>
+      </dependency>
+      <dependency>
+         <groupId>xpp3</groupId>
+         <artifactId>xpp3</artifactId>
+       </dependency>      
    </dependencies>
 </project>

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
+++ ws/trunk/pom.xml	2009-11-18 09:12:07 UTC (rev 741)
@@ -45,8 +45,8 @@
       <exo.product.name>exo-ws</exo.product.name>
       <exo.product.specification>2.1</exo.product.specification>
       
-      <org.exoplatform.kernel.version>2.2.0-Beta03</org.exoplatform.kernel.version>
-      <org.exoplatform.core.version>2.3.0-Beta03</org.exoplatform.core.version>
+      <org.exoplatform.kernel.version>2.2.0-Beta04-SNAPSHOT</org.exoplatform.kernel.version>
+      <org.exoplatform.core.version>2.3.0-Beta04-SNAPSHOT</org.exoplatform.core.version>
 
       <exo.test.includes>*Test*</exo.test.includes>
    </properties>
@@ -62,89 +62,112 @@
    </modules>
 
    <dependencyManagement>
-      <dependencies>
+      <dependencies>
          <dependency>
+            <groupId>org.exoplatform.kernel</groupId>
+            <artifactId>exo.kernel.commons</artifactId>
+            <version>${org.exoplatform.kernel.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.exoplatform.kernel</groupId>
+            <artifactId>exo.kernel.container</artifactId>
+            <version>${org.exoplatform.kernel.version}</version>
+         </dependency>         
+         <dependency>
+            <groupId>org.exoplatform.kernel</groupId>
+            <artifactId>exo.kernel.component.common</artifactId>
+            <version>${org.exoplatform.kernel.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.exoplatform.core</groupId>
+            <artifactId>exo.core.component.xml-processing</artifactId>
+            <version>${org.exoplatform.core.version}</version>
+         </dependency>         
+         <dependency>
             <groupId>org.exoplatform.ws</groupId>
             <artifactId>exo.ws.frameworks.json</artifactId>
             <version>${project.version}</version>
-         </dependency>
+         </dependency>
          <dependency>
             <groupId>org.exoplatform.ws</groupId>
-            <artifactId>exo.ws.commons</artifactId>
+            <artifactId>exo.ws.testframework</artifactId>
             <version>${project.version}</version>
-         </dependency>
+         </dependency>   
          <dependency>
             <groupId>org.exoplatform.ws</groupId>
-            <artifactId>exo.ws.rest.core</artifactId>
+            <artifactId>exo.ws.commons</artifactId>
             <version>${project.version}</version>
          </dependency>
          <dependency>
             <groupId>org.exoplatform.ws</groupId>
-            <artifactId>exo.ws.testframework</artifactId>
+            <artifactId>exo.ws.rest.core</artifactId>
             <version>${project.version}</version>
-         </dependency>
+         </dependency>               
+         
+
+      
+         <dependency>
+            <groupId>javax.xml.stream</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0</version>
+         </dependency>
          <dependency>
-            <groupId>org.exoplatform.kernel</groupId>
-            <artifactId>exo.kernel.component.common</artifactId>
-            <version>${org.exoplatform.kernel.version}</version>
-         </dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
+         </dependency>
          <dependency>
-            <groupId>org.exoplatform.core</groupId>
-            <artifactId>exo.core.component.xml-processing</artifactId>
-            <version>${org.exoplatform.core.version}</version>
-         </dependency>
-
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>1.4</version>
+         </dependency>
          <dependency>
-            <groupId>com.sun.xml.stream</groupId>
-            <artifactId>sjsxp</artifactId>
-            <version>1.0</version>
-         </dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1</version>
+         </dependency>
          <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <version>2.1.7</version> 
-         </dependency>
-         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
-         </dependency>
-         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
             <version>2.1</version>
-         </dependency>
+         </dependency>         
+         <dependency>
+            <groupId>picocontainer</groupId>
+            <artifactId>picocontainer</artifactId>
+            <version>1.1</version>            
+         </dependency>
+         <dependency>
+            <groupId>jtidy</groupId>
+            <artifactId>jtidy</artifactId>
+            <version>4aug2000r7-dev</version>            
+         </dependency> 
          <dependency>
             <groupId>org.jvnet.jaxb2.maven2</groupId>
             <artifactId>maven-jaxb2-plugin</artifactId>
             <version>0.4</version>
-         </dependency>
+         </dependency>   
          <dependency>
-            <groupId>javax.ws.rs</groupId>
-            <artifactId>jsr311-api</artifactId>
-            <version>1.0</version>
-         </dependency>
-         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
             <!--      <version>1.2.1</version>-->
             <version>1.0</version>
-         </dependency>
+         </dependency>                       
          <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>1.3.2</version>
-         </dependency>
+            <groupId>javax.ws.rs</groupId>
+            <artifactId>jsr311-api</artifactId>
+            <version>1.0</version>
+         </dependency>
          <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>jsr250-api</artifactId>
             <version>1.0</version>
-         </dependency>
-         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
-         </dependency>
+         </dependency>         
+         <dependency>
+            <groupId>xpp3</groupId>
+            <artifactId>xpp3</artifactId>
+            <version>1.1.3.4.O</version>
+         </dependency>      
+
       </dependencies>
    </dependencyManagement>
 </project>



More information about the exo-jcr-commits mailing list