CAMEL-7997: add camel-scr to kit

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

Branch: refs/heads/master
Commit: 79a4717829ff123e6cce4df940bfea2adf9eb338
Parents: 095629a
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Nov 9 08:51:21 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Nov 9 09:31:30 2014 +0100

----------------------------------------------------------------------
 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/79a47178/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 8a1690a..82bb40b 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -584,6 +584,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-scr</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-script</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/79a47178/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 6138be9..9d013e4 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -157,6 +157,7 @@
         <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-scala</include>
         <include>org.apache.camel:camel-schematron</include>
+        <include>org.apache.camel:camel-scr</include>
         <include>org.apache.camel:camel-script</include>
         <include>org.apache.camel:camel-servlet</include>
         <include>org.apache.camel:camel-servletlistener</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/79a47178/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5fb0bc5..2765f68 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1227,6 +1227,11 @@
       </dependency>
        <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-scr</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+       <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-script</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to