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/06 17:02:04 UTC

[camel] branch master updated: Remove dependency management of the unused JRuby dependency.

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


The following commit(s) were added to refs/heads/master by this push:
     new f23992b  Remove dependency management of the unused JRuby dependency.
f23992b is described below

commit f23992be3a50b2eae1f9c1954bd63f3b8247e727
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Nov 6 17:47:51 2019 +0100

    Remove dependency management of the unused JRuby dependency.
---
 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 3a84611..3ae0cee 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -373,8 +373,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>
@@ -5069,16 +5067,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 83f8ab2..7c7bdf7 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
@@ -3891,16 +3891,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>