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 2016/03/15 10:38:10 UTC

camel git commit: Downgrade jsonpath as 2.2.0 do not work in osgi

Repository: camel
Updated Branches:
  refs/heads/master 9ab4508e2 -> 27eb1679a


Downgrade jsonpath as 2.2.0 do not work in osgi


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/27eb1679
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/27eb1679
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/27eb1679

Branch: refs/heads/master
Commit: 27eb1679a4a297fd966834ec0e8aa4877bdf4f3a
Parents: 9ab4508
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 15 10:38:03 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 15 10:38:03 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/27eb1679/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9bb8347..fd11fa9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -329,7 +329,8 @@
     <json4s-bundle-version>3.2.8_1</json4s-bundle-version>
     <json-asm-version>1.0.2</json-asm-version>
     <json-accessors-smart-version>1.1</json-accessors-smart-version>
-    <json-path-version>2.2.0</json-path-version>
+    <!-- json-path 2.2.0 has OSGi bug: https://github.com/jayway/JsonPath/issues/208 -->
+    <json-path-version>2.1.0</json-path-version>
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.2.1</json-smart-version>
     <jsp-api-2.1-version>1.0.1</jsp-api-2.1-version>