You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/31 11:50:05 UTC

[2/2] camel git commit: [CAMEL-8577] BOM does not publish scriptengine dependencies

[CAMEL-8577] BOM does not publish scriptengine dependencies


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

Branch: refs/heads/master
Commit: a3357c138a1240b76f6883437052542e671fff1a
Parents: 116e402
Author: Thomas Diesler <th...@jboss.com>
Authored: Tue Mar 31 11:40:56 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 31 11:49:23 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a3357c13/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 8840541..6b9cc97 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2424,11 +2424,41 @@
 
       <!-- optional misc -->
       <dependency>
+        <groupId>com.google.code.scriptengines</groupId>
+        <artifactId>scriptengines-javascript</artifactId>
+        <version>${scriptengines-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.scriptengines</groupId>
+        <artifactId>scriptengines-jruby</artifactId>
+        <version>${scriptengines-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jruby</groupId>
+        <artifactId>jruby</artifactId>
+        <version>${jruby-version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.jruby</groupId>
         <artifactId>jruby-complete</artifactId>
         <version>${jruby-version}</version>
       </dependency>
       <dependency>
+        <groupId>org.python</groupId>
+        <artifactId>jython</artifactId>
+        <version>${jython-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>rhino</groupId>
+        <artifactId>js</artifactId>
+        <version>${rhino-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jdom</groupId>
+        <artifactId>jdom</artifactId>
+        <version>${jdom-version}</version>
+      </dependency>            
+      <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
         <version>${commons-dbcp-version}</version>