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

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

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 c8e5dcbb7ba85887ce8534c0cd1d67c0e10d1a4d
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 5 20:27:36 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 426c91d..8e6f1ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -374,8 +374,6 @@
         <johnzon-version>1.2.1</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>
         <josql-bundle-version>1.5_5</josql-bundle-version>
-        <!-- Upgrade to 1.7.26 causes stability issues. See CAMEL-10477 -->
-        <jruby-version>1.7.18</jruby-version>
         <jsendnsca-version>2.1.1</jsendnsca-version>
         <jsmpp-version>2.3.7</jsmpp-version>
         <jsch-version>0.1.55</jsch-version>
@@ -5058,16 +5056,6 @@
                 <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>
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 2c4089a..87f62f0 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
@@ -3881,16 +3881,6 @@
         <version>2.4.4</version>
       </dependency>
       <dependency>
-        <groupId>org.jruby</groupId>
-        <artifactId>jruby</artifactId>
-        <version>1.7.18</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jruby</groupId>
-        <artifactId>jruby-complete</artifactId>
-        <version>1.7.18</version>
-      </dependency>
-      <dependency>
         <groupId>org.knowm.xchange</groupId>
         <artifactId>xchange-core</artifactId>
         <version>4.4.0</version>