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 2021/11/05 12:49:01 UTC

[camel] 01/02: Remove unused cruft - rhino

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

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

commit ef2e6e47a54054601c79d3f80113f82ad87b9351
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Nov 5 13:41:33 2021 +0100

    Remove unused cruft - rhino
---
 camel-dependencies/pom.xml |  2 --
 parent/pom.xml             | 17 -----------------
 2 files changed, 19 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b8afcf3..4873ec6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -480,8 +480,6 @@
     <resilience4j-version>1.7.0</resilience4j-version>
     <rest-assured-version>4.4.0</rest-assured-version>
     <resteasy-version>4.5.6.Final</resteasy-version>
-    <rhino-js-version>1.7R2</rhino-js-version>
-    <rhino-version>1.7.7.1</rhino-version>
     <ribbon-version>2.3.0</ribbon-version>
     <roaster-version>2.22.3.Final</roaster-version>
     <robotframework-version>4.1</robotframework-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index c59bc9e..592e39c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -468,8 +468,6 @@
         <resilience4j-version>1.7.0</resilience4j-version>
         <rest-assured-version>4.4.0</rest-assured-version>
         <resteasy-version>4.5.6.Final</resteasy-version>
-        <rhino-version>1.7.7.1</rhino-version>
-        <rhino-js-version>1.7R2</rhino-js-version>
         <ribbon-version>2.3.0</ribbon-version>
         <servo-version>0.10.1</servo-version>
         <!-- roaster 2.23.x does not work with java 8 -->
@@ -3845,21 +3843,6 @@
 
             <!-- optional misc -->
             <dependency>
-                <groupId>org.python</groupId>
-                <artifactId>jython</artifactId>
-                <version>${jython-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mozilla</groupId>
-                <artifactId>rhino</artifactId>
-                <version>${rhino-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>rhino</groupId>
-                <artifactId>js</artifactId>
-                <version>${rhino-js-version}</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-dbcp</groupId>
                 <artifactId>commons-dbcp</artifactId>
                 <version>${commons-dbcp-version}</version>