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/09/13 09:37:25 UTC

svn commit: r814275 - in /camel/trunk: apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml camel-core/pom.xml

Author: ningjiang
Date: Sun Sep 13 07:37:25 2009
New Revision: 814275

URL: http://svn.apache.org/viewvc?rev=814275&view=rev
Log:
CAMEL-2005 clean up the apache-camel kit 

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=814275&r1=814274&r2=814275&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Sun Sep 13 07:37:25 2009
@@ -60,6 +60,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-cometd</artifactId>
     </dependency>
     <dependency>
@@ -196,6 +200,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-scala</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-script</artifactId>
     </dependency>
     <dependency>
@@ -315,6 +323,11 @@
     </dependency>
 
     <dependency>
+      <groupId>org.fusesource.commonman</groupId>
+      <artifactId>commons-management</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
       <optional>true</optional>      

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=814275&r1=814274&r2=814275&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Sun Sep 13 07:37:25 2009
@@ -36,6 +36,7 @@
         <include>org.apache.camel:camel-amqp</include>
         <include>org.apache.camel:camel-atom</include>
         <include>org.apache.camel:camel-bam</include>
+        <include>org.apache.camel:camel-cache</include>
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-cometd</include>
         <include>org.apache.camel:camel-csv</include>
@@ -87,6 +88,7 @@
         <include>org.apache.camel:camel-xmpp</include>
         <include>org.apache.camel:camel-xstream</include>
         <include>commons-logging:commons-logging</include>
+        <include>org.fusesource.commonman:commons-management</include>
         <include>javax.xml.bind:jaxb-api</include>
         <include>javax.activation:activation</include>
         <include>javax.xml.stream:stax-api</include>

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=814275&r1=814274&r2=814275&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Sun Sep 13 07:37:25 2009
@@ -77,7 +77,6 @@
     <dependency>
       <groupId>org.fusesource.commonman</groupId>
       <artifactId>commons-management</artifactId>
-      <version>1.0</version>
     </dependency>
 
     <!-- to allow Spring annotations to be used for management -->