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 2008/03/05 15:20:59 UTC

svn commit: r633854 - in /activemq/camel/trunk: apache-camel/pom.xml components/camel-http/pom.xml pom.xml

Author: ningjiang
Date: Wed Mar  5 06:20:56 2008
New Revision: 633854

URL: http://svn.apache.org/viewvc?rev=633854&view=rev
Log:
CAMEL-351 upgrade the components with thanks to Claus

Modified:
    activemq/camel/trunk/apache-camel/pom.xml
    activemq/camel/trunk/components/camel-http/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=633854&r1=633853&r2=633854&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Wed Mar  5 06:20:56 2008
@@ -222,12 +222,7 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
       <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-      <optional>true</optional>
-    </dependency>
+    </dependency>    
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>

Modified: activemq/camel/trunk/components/camel-http/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/pom.xml?rev=633854&r1=633853&r2=633854&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-http/pom.xml (original)
+++ activemq/camel/trunk/components/camel-http/pom.xml Wed Mar  5 06:20:56 2008
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>3.1-rc1</version>
+      <version>3.1</version>
       <optional>false</optional>
     </dependency>
 

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=633854&r1=633853&r2=633854&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Mar  5 06:20:56 2008
@@ -660,7 +660,7 @@
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-all</artifactId>
-        <version>1.1-beta-3</version>
+        <version>1.5.4</version>
       </dependency>
       <dependency>
         <groupId>com.sun.script</groupId>