Version conflicts in usage/downstream-parent/pom.xml

Synchronise version properties so that brooklyn-downstream-parent
depends on the same version dependencies as brooklyn.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0d5d79dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0d5d79dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0d5d79dd

Branch: refs/heads/master
Commit: 0d5d79ddcca1ee90f893bb8b65c850a147e2962b
Parents: 9215c12
Author: Richard Downer <[email protected]>
Authored: Wed May 6 10:27:09 2015 +0100
Committer: Richard Downer <[email protected]>
Committed: Wed May 6 10:27:09 2015 +0100

----------------------------------------------------------------------
 usage/downstream-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0d5d79dd/usage/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml
index 252d032..0c968a9 100644
--- a/usage/downstream-parent/pom.xml
+++ b/usage/downstream-parent/pom.xml
@@ -51,12 +51,12 @@
     <slf4j.version>1.6.6</slf4j.version>  <!-- used for java.util.logging 
jul-to-slf4j interception -->
     <guava.version>17.0</guava.version>
     <xstream.version>1.4.7</xstream.version>
-    <jackson.version>1.9.13</jackson.version>
-    <fasterxml.jackson.version>2.2.0</fasterxml.jackson.version>
-    <jersey.version>1.12</jersey.version>
+    <jackson.version>1.9.13</jackson.version>  <!-- codehaus jackson, used by 
brooklyn rest server -->
+    <fasterxml.jackson.version>2.4.2</fasterxml.jackson.version>  <!-- more 
recent jackson, but not compatible with old annotations! -->
+    <jersey.version>1.18.1</jersey.version>
     <httpclient.version>4.2.5</httpclient.version>
     <commons-lang3.version>3.1</commons-lang3.version>
-    <groovy.version>2.3.4</groovy.version>
+    <groovy.version>2.3.4</groovy.version> <!-- Version supported by 
https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.0-Release-Notes
 -->
     <jsr305.version>2.0.1</jsr305.version>
     <snakeyaml.version>1.11</snakeyaml.version>
   </properties>

Reply via email to