[exo-jcr-commits] exo-jcr SVN: r5697 - in kernel/branches/2.4.x: exo.kernel.component.common and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 24 06:00:37 EST 2012


Author: tolusha
Date: 2012-02-24 06:00:36 -0500 (Fri, 24 Feb 2012)
New Revision: 5697

Modified:
   kernel/branches/2.4.x/exo.kernel.component.common/pom.xml
   kernel/branches/2.4.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
   kernel/branches/2.4.x/pom.xml
Log:
EXOJCR-1771: fix dependencies declaration

Modified: kernel/branches/2.4.x/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/branches/2.4.x/exo.kernel.component.common/pom.xml	2012-02-24 09:51:05 UTC (rev 5696)
+++ kernel/branches/2.4.x/exo.kernel.component.common/pom.xml	2012-02-24 11:00:36 UTC (rev 5697)
@@ -110,7 +110,6 @@
       <dependency>
          <groupId>org.ow2.spec.ee</groupId>
          <artifactId>ow2-jta-1.1-spec</artifactId>
-         <version>1.0-M1</version>
       </dependency>
    </dependencies>
    <build>

Modified: kernel/branches/2.4.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
===================================================================
--- kernel/branches/2.4.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2012-02-24 09:51:05 UTC (rev 5696)
+++ kernel/branches/2.4.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2012-02-24 11:00:36 UTC (rev 5697)
@@ -50,7 +50,6 @@
       <dependency>
          <groupId>org.jboss</groupId>
          <artifactId>jbossxb</artifactId>
-         <version>2.0.1.GA</version>
       </dependency>
       <dependency>
          <groupId>org.jboss.microcontainer</groupId>
@@ -59,7 +58,6 @@
       <dependency>
          <groupId>org.jboss</groupId>
          <artifactId>jboss-reflect</artifactId>
-         <version>2.0.2.GA</version>
       </dependency>
    </dependencies>
 </project>

Modified: kernel/branches/2.4.x/pom.xml
===================================================================
--- kernel/branches/2.4.x/pom.xml	2012-02-24 09:51:05 UTC (rev 5696)
+++ kernel/branches/2.4.x/pom.xml	2012-02-24 11:00:36 UTC (rev 5697)
@@ -226,6 +226,11 @@
             <version>2.1.9</version>
          </dependency>
          <dependency>
+            <groupId>org.ow2.spec.ee</groupId>
+            <artifactId>ow2-jta-1.1-spec</artifactId>
+            <version>1.0-M1</version>
+         </dependency>
+         <dependency>
             <groupId>com.atomikos</groupId>
             <artifactId>transactions-jta</artifactId>
             <version>3.7.0</version>
@@ -236,6 +241,16 @@
             <version>1.6</version>
             <scope>test</scope>
          </dependency>
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jbossxb</artifactId>
+            <version>2.0.2.GA</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-reflect</artifactId>
+            <version>2.0.2.GA</version>
+         </dependency>
       </dependencies>
    </dependencyManagement>
 



More information about the exo-jcr-commits mailing list