[jboss-svn-commits] JBL Code SVN: r22456 - labs/jbossesb/workspace/skeagh/runtime.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 5 12:42:57 EDT 2008


Author: tfennelly
Date: 2008-09-05 12:42:57 -0400 (Fri, 05 Sep 2008)
New Revision: 22456

Modified:
   labs/jbossesb/workspace/skeagh/runtime/pom.xml
Log:
Added activeMQ for testing.  Will use JBM if we can embed it!  Won't if we can, or have to jump through silly hoops to.

Modified: labs/jbossesb/workspace/skeagh/runtime/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/runtime/pom.xml	2008-09-05 16:25:45 UTC (rev 22455)
+++ labs/jbossesb/workspace/skeagh/runtime/pom.xml	2008-09-05 16:42:57 UTC (rev 22456)
@@ -44,9 +44,24 @@
             <artifactId>quartz</artifactId>
             <version>1.5.2</version>
         </dependency>
+
+        <!-- Test Dependencies - can we embed JBM without the JBoss MC -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>4.1.2</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <version>10.1.1.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
-	<repositories>
+    <repositories>
         <repository>
             <id>codehaus.m2.snapshots</id>
             <url>http://snapshots.repository.codehaus.org</url>




More information about the jboss-svn-commits mailing list