You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/01/07 08:30:44 UTC

svn commit: r732247 - /activemq/camel/trunk/pom.xml

Author: ningjiang
Date: Tue Jan  6 23:30:44 2009
New Revision: 732247

URL: http://svn.apache.org/viewvc?rev=732247&view=rev
Log:
CAMEL-1231 added the spring-osgi-test dependency

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=732247&r1=732246&r2=732247&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Tue Jan  6 23:30:44 2009
@@ -746,6 +746,12 @@
       </dependency>
 
       <dependency>
+        <groupId>org.springframework.osgi</groupId>
+        <artifactId>spring-osgi-test</artifactId>
+        <version>${spring-osgi-version}</version>
+      </dependency>
+
+      <dependency>
         <groupId>javax.annotation</groupId>
         <artifactId>jsr250-api</artifactId>
         <version>1.0</version>