MARMOTTA-501: moved dependency declaration for jackson-jr to parent-pom

License: AL2
Checked N&L for ldpath-ldquery-cli: jackson dependency already covered.


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/1f795af5
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/1f795af5
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/1f795af5

Branch: refs/heads/ldp
Commit: 1f795af5af9c5bbead161de211daf1896a219ccb
Parents: 91ea134
Author: Jakob Frank <[email protected]>
Authored: Fri Jun 6 10:32:47 2014 +0200
Committer: Jakob Frank <[email protected]>
Committed: Fri Jun 6 10:32:47 2014 +0200

----------------------------------------------------------------------
 libraries/ldpath/ldpath-ldquery-cli/pom.xml | 1 -
 parent/pom.xml                              | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/1f795af5/libraries/ldpath/ldpath-ldquery-cli/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ldpath/ldpath-ldquery-cli/pom.xml 
b/libraries/ldpath/ldpath-ldquery-cli/pom.xml
index ced4597..07d1396 100644
--- a/libraries/ldpath/ldpath-ldquery-cli/pom.xml
+++ b/libraries/ldpath/ldpath-ldquery-cli/pom.xml
@@ -303,7 +303,6 @@
         <dependency>
             <groupId>com.fasterxml.jackson.jr</groupId>
             <artifactId>jackson-jr-objects</artifactId>
-            <version>2.3.3</version>
         </dependency>
 
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/1f795af5/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2096480..3a85611 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -862,6 +862,12 @@
                 <version>${jackson.version}</version>
             </dependency>
             <dependency>
+                <groupId>com.fasterxml.jackson.jr</groupId>
+                <artifactId>jackson-jr-objects</artifactId>
+                <!-- FIXME: align jackson versions! -->
+                <version>2.3.3</version>
+            </dependency>
+            <dependency>
                 <groupId>org.json</groupId>
                 <artifactId>json</artifactId>
                 <version>20090211</version>

Reply via email to