[exo-jcr-commits] exo-jcr SVN: r2342 - in jcr/branches/1.14.x: exo.jcr.component.core and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 28 11:20:25 EDT 2010


Author: dkatayev
Date: 2010-04-28 11:20:24 -0400 (Wed, 28 Apr 2010)
New Revision: 2342

Modified:
   jcr/branches/1.14.x/exo.jcr.component.core/pom.xml
   jcr/branches/1.14.x/exo.jcr.component.ext/pom.xml
   jcr/branches/1.14.x/exo.jcr.component.webdav/pom.xml
   jcr/branches/1.14.x/exo.jcr.connectors.localadapter/pom.xml
   jcr/branches/1.14.x/exo.jcr.framework.command/pom.xml
   jcr/branches/1.14.x/pom.xml
Log:
EXOJCR-691 missing dependencies fixed

Modified: jcr/branches/1.14.x/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.component.core/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/exo.jcr.component.core/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -69,6 +69,11 @@
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.security.core</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.exoplatform.ws</groupId>
+        <artifactId>exo.ws.commons</artifactId>
+        <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
@@ -149,7 +154,27 @@
       <dependency>
          <groupId>commons-collections</groupId>
          <artifactId>commons-collections</artifactId>
-      </dependency>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>jgroups</groupId>
+        <artifactId>jgroups</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>javax.xml.stream</groupId>
+        <artifactId>stax-api</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+      </dependency>      
       <dependency>
          <groupId>jboss.jbossts</groupId>
          <artifactId>jbossjts</artifactId>

Modified: jcr/branches/1.14.x/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.component.ext/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/exo.jcr.component.ext/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -90,17 +90,14 @@
     </dependency>
     <dependency>
        <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-log4j12</artifactId>
+       <artifactId>slf4j-log4j12</artifactId>
+       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
       <artifactId>jsr250-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-chain</groupId>
       <artifactId>commons-chain</artifactId>
     </dependency>
@@ -111,7 +108,15 @@
     <dependency>
       <groupId>javax.ws.rs</groupId>
       <artifactId>jsr311-api</artifactId>
-    </dependency>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.stream</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
@@ -121,10 +126,6 @@
       <artifactId>picocontainer</artifactId>
     </dependency>
     <dependency>
-      <groupId>jtidy</groupId>
-      <artifactId>jtidy</artifactId>
-    </dependency>
-    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
     </dependency>

Modified: jcr/branches/1.14.x/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.component.webdav/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/exo.jcr.component.webdav/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -73,12 +73,16 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.stream</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xpp3</groupId>
+      <artifactId>xpp3</artifactId>
     </dependency>
     <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
     </dependency>
@@ -88,7 +92,8 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>hsqldb</groupId>

Modified: jcr/branches/1.14.x/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.connectors.localadapter/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/exo.jcr.connectors.localadapter/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -97,10 +97,6 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>javax.resource</groupId>
-      <artifactId>connector</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>

Modified: jcr/branches/1.14.x/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.framework.command/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/exo.jcr.framework.command/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -69,16 +69,13 @@
          <artifactId>commons-chain</artifactId>
       </dependency>
       <dependency>
-         <groupId>jtidy</groupId>
-         <artifactId>jtidy</artifactId>
-      </dependency>
-      <dependency>
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
       </dependency>
       <dependency>
          <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-log4j12</artifactId>
+         <artifactId>slf4j-log4j12</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>hsqldb</groupId>
@@ -86,4 +83,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: jcr/branches/1.14.x/pom.xml
===================================================================
--- jcr/branches/1.14.x/pom.xml	2010-04-28 14:46:09 UTC (rev 2341)
+++ jcr/branches/1.14.x/pom.xml	2010-04-28 15:20:24 UTC (rev 2342)
@@ -300,7 +300,27 @@
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <version>3.2</version>
-      </dependency>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>1.8.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.xml.stream</groupId>
+        <artifactId>stax-api</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <version>1.1.3.4.O</version>
+      </dependency>      
       <dependency>
         <groupId>org.apache.ws.commons</groupId>
         <artifactId>ws-commons-util</artifactId>



More information about the exo-jcr-commits mailing list