You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/03 08:48:06 UTC

[camel] 16/19: CAMEL-12618: upgrade MVEL version and use the r...

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

zregvart pushed a commit to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1b102ea9d068f51ba27b17f5696bef20dd19795f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 12 11:26:22 2018 +0100

    CAMEL-12618: upgrade MVEL version and use the r...
    
    ...eleased artifact
    
    Removes the jitpack based fork, MVEL is Java 11 compatible from 2.4.1.
---
 parent/pom.xml                                   | 2 +-
 tooling/maven/camel-package-maven-plugin/pom.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 30fa28c..4e89c3d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -516,7 +516,7 @@
     <mustache-java-version>0.9.5</mustache-java-version>
     <mustache-guava-version>16.0</mustache-guava-version>
     <mustache-bundle-version>0.9.5_3</mustache-bundle-version>
-    <mvel-version>2.4.2.Final</mvel-version>
+    <mvel-version>2.4.3.Final</mvel-version>
     <mybatis-version>3.4.6</mybatis-version>
     <narayana-version>5.9.0.Final</narayana-version>
     <nessus-version>1.0.0.Beta1</nessus-version>
diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index dc64d0f..f3a009d 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -53,6 +53,7 @@
       <version>${project.version}</version>
     </dependency>
 
+    <!-- see above, targeting MVEL with Java 10+ support -->
     <dependency>
       <groupId>org.mvel</groupId>
       <artifactId>mvel2</artifactId>