[jboss-cvs] JBossAS SVN: r63984 - in projects/integration/trunk: jboss-transaction-spi and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 11 17:16:58 EDT 2007


Author: adrian at jboss.org
Date: 2007-07-11 17:16:58 -0400 (Wed, 11 Jul 2007)
New Revision: 63984

Modified:
   projects/integration/trunk/build/pom.xml
   projects/integration/trunk/jboss-transaction-spi/pom.xml
Log:
Specify versions in the main build pom and dependencies used in the project pom

Modified: projects/integration/trunk/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2007-07-11 20:41:03 UTC (rev 63983)
+++ projects/integration/trunk/build/pom.xml	2007-07-11 21:16:58 UTC (rev 63984)
@@ -123,6 +123,7 @@
     </plugins>
   </reporting>
     <!-- The parent pom manages the inter-dependencies of the modules. -->
+  <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>jboss</groupId>
@@ -131,8 +132,14 @@
       </dependency>
       <dependency>
         <groupId>jboss</groupId>
-        <artifactId>jboss-javaee</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-transaction-api</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+      </dependency>
     </dependencies>
+  </dependencyManagement>
 </project>

Modified: projects/integration/trunk/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2007-07-11 20:41:03 UTC (rev 63983)
+++ projects/integration/trunk/jboss-transaction-spi/pom.xml	2007-07-11 21:16:58 UTC (rev 63984)
@@ -14,4 +14,18 @@
   <name>JBoss Transaction 5.0.0 SPI</name>
   <url>http://www.jboss.org</url>
   <description>The Java Transaction 5.0.0 SPI classes</description>
+    <dependencies>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-transaction-api</artifactId>
+      </dependency>
+    </dependencies>
 </project>




More information about the jboss-cvs-commits mailing list