Updated Branches:
  refs/heads/master d0f7ce27c -> cec19b03a

CAMEL-6584: Added camel-splunk to dist kit


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cec19b03
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cec19b03
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cec19b03

Branch: refs/heads/master
Commit: cec19b03ac427458efe4b1267bac59468bfb99dc
Parents: d0f7ce2
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Oct 10 14:57:25 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Oct 10 14:57:25 2013 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cec19b03/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 18c4d4a..a2445ae 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -520,6 +520,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-splunk</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
     </dependency>      
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/cec19b03/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index 8083d23..9728dcb 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -141,6 +141,7 @@
         <include>org.apache.camel:camel-snmp</include>
         <include>org.apache.camel:camel-soap</include>
         <include>org.apache.camel:camel-solr</include>
+        <include>org.apache.camel:camel-splunk</include>        
         <include>org.apache.camel:camel-spring</include>
         <include>org.apache.camel:camel-spring-batch</include>
         <include>org.apache.camel:camel-spring-integration</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/cec19b03/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 529d479..ce146ee 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1083,6 +1083,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-splunk</artifactId>
+        <version>${project.version}</version>
+      </dependency>      
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-snmp</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to