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:04 UTC

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

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 522025114 -> a52023388
  refs/heads/master 116e4026f -> a3357c138


[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/a5202338
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a5202338
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a5202338

Branch: refs/heads/camel-2.15.x
Commit: a52023388aaae23d6478432be9f07813adb270e2
Parents: 5220251
Author: Thomas Diesler <th...@jboss.com>
Authored: Tue Mar 31 11:40:56 2015 +0200
Committer: Thomas Diesler <th...@jboss.com>
Committed: Tue Mar 31 11:44:26 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/a5202338/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9144dd6..7c5669b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2411,11 +2411,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>


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

Posted by da...@apache.org.
[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>