You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/11/05 19:39:22 UTC

[camel] 05/05: Remove unused dependency management for scriptengines.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1085c9b8dfbe83063aa8c88e3ce1125704fa3748
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 5 20:29:49 2019 +0100

    Remove unused dependency management for scriptengines.
---
 parent/pom.xml                                                | 11 -----------
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml     | 10 ----------
 2 files changed, 21 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e6f1ad..082a501 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -556,7 +556,6 @@
         <scala-maven-plugin-version>3.2.2</scala-maven-plugin-version>
         <scribe-version>1.3.7</scribe-version>
         <scribe-bundle-version>1.3.7_1</scribe-bundle-version>
-        <scriptengines-version>1.1.1</scriptengines-version>
         <serp-bundle-version>1.14.1_1</serp-bundle-version>
         <servicemix-specs-version>2.9.0</servicemix-specs-version>
         <servlet-version-range>[3,4)</servlet-version-range>
@@ -5046,16 +5045,6 @@
 
             <!-- 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.python</groupId>
                 <artifactId>jython</artifactId>
                 <version>${jython-version}</version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 87f62f0..0c37a2a 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -96,16 +96,6 @@
         <version>0.9</version>
       </dependency>
       <dependency>
-        <groupId>com.google.code.scriptengines</groupId>
-        <artifactId>scriptengines-javascript</artifactId>
-        <version>1.1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>com.google.code.scriptengines</groupId>
-        <artifactId>scriptengines-jruby</artifactId>
-        <version>1.1.1</version>
-      </dependency>
-      <dependency>
         <groupId>com.google.truth</groupId>
         <artifactId>truth</artifactId>
         <version>0.30</version>