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 2019/02/06 05:30:25 UTC

[camel] branch master updated: mvel 2.4.3 does not work with OSGi

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

davsclaus 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 41d9e25  mvel 2.4.3 does not work with OSGi
41d9e25 is described below

commit 41d9e25a2b7c04dc322b77b9e9cffde2891b594a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 6 06:30:12 2019 +0100

    mvel 2.4.3 does not work with OSGi
---
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 614d3cb..6d8f8b9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -498,8 +498,9 @@
     <msv-version>2013.6.1</msv-version>
     <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.3.Final</mvel-version>
+    <mustache-bundle-version>0.9.5_4</mustache-bundle-version>
+    <!-- mvel 2.4.3 does not work in OSGi: https://github.com/mvel/mvel/issues/178 -->
+    <mvel-version>2.4.2.Final</mvel-version>
     <mybatis-version>3.5.0</mybatis-version>
     <narayana-version>5.9.2.Final</narayana-version>
     <nessus-version>1.0.0.Beta1</nessus-version>