[jboss-cvs] JBossAS SVN: r70839 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 13 15:52:51 EDT 2008


Author: pgier
Date: 2008-03-13 15:52:51 -0400 (Thu, 13 Mar 2008)
New Revision: 70839

Modified:
   trunk/pom.xml
   trunk/thirdparty/pom.xml
Log:
Add objectweb-joramtests dependency.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-03-13 19:35:41 UTC (rev 70838)
+++ trunk/pom.xml	2008-03-13 19:52:51 UTC (rev 70839)
@@ -693,6 +693,11 @@
         <version>4.0</version>
       </dependency>
       <dependency>
+        <groupId>objectweb-joramtests</groupId>
+        <artifactId>joramtests</artifactId>
+        <version>1.5</version>
+      </dependency>
+      <dependency>
         <groupId>odmg</groupId>
         <artifactId>odmg</artifactId>
         <version>3.0</version>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-13 19:35:41 UTC (rev 70838)
+++ trunk/thirdparty/pom.xml	2008-03-13 19:52:51 UTC (rev 70839)
@@ -986,6 +986,10 @@
       <groupId>org.jboss</groupId>
       <artifactId>javassist</artifactId>
     </dependency>
+    <dependency>
+      <groupId>objectweb-joramtests</groupId>
+      <artifactId>joramtests</artifactId>
+    </dependency>
     
     <!-- jboss deps -->
     <dependency>




More information about the jboss-cvs-commits mailing list