You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2007/03/22 17:11:27 UTC

svn commit: r521320 - /activemq/camel/trunk/camel-jbi/pom.xml

Author: rajdavies
Date: Thu Mar 22 09:11:26 2007
New Revision: 521320

URL: http://svn.apache.org/viewvc?view=rev&rev=521320
Log:
added servicemix common jar

Modified:
    activemq/camel/trunk/camel-jbi/pom.xml

Modified: activemq/camel/trunk/camel-jbi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-jbi/pom.xml?view=diff&rev=521320&r1=521319&r2=521320
==============================================================================
--- activemq/camel/trunk/camel-jbi/pom.xml (original)
+++ activemq/camel/trunk/camel-jbi/pom.xml Thu Mar 22 09:11:26 2007
@@ -18,7 +18,7 @@
 -->
 
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -43,6 +43,18 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-jbi</artifactId>
+      <version>3.1-incubating</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>3.1-incubating</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-common</artifactId>
       <version>3.1-incubating</version>
     </dependency>