You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ha...@apache.org on 2011/12/07 17:02:36 UTC

svn commit: r1211488 - /labs/magnet/magnet/pom.xml

Author: hadrian
Date: Wed Dec  7 16:02:36 2011
New Revision: 1211488

URL: http://svn.apache.org/viewvc?rev=1211488&view=rev
Log:
Add missing dependencies and versions

Modified:
    labs/magnet/magnet/pom.xml

Modified: labs/magnet/magnet/pom.xml
URL: http://svn.apache.org/viewvc/labs/magnet/magnet/pom.xml?rev=1211488&r1=1211487&r2=1211488&view=diff
==============================================================================
--- labs/magnet/magnet/pom.xml (original)
+++ labs/magnet/magnet/pom.xml Wed Dec  7 16:02:36 2011
@@ -44,11 +44,13 @@
 
     <spring.version>3.0.6.RELEASE</spring.version>
     <spring.xbean.version>3.5</spring.xbean.version>
+    <jetty.version>7.4.5.v20110725</jetty.version>
     <slf4j.version>1.6.1</slf4j.version>
     <log4j.version>1.2.16</log4j.version>
     <jackson.version>1.9.2</jackson.version>
 
     <junit.version>4.8.1</junit.version>
+    <httpclient4.version>4.1.2</httpclient4.version>
   </properties>
 
   <dependencyManagement>
@@ -81,6 +83,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jetty</artifactId>
+        <version>${camel.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-jms</artifactId>
         <version>${camel.version}</version>
       </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org