Repository: incubator-ranger
Updated Branches:
  refs/heads/master 155605eb3 -> 42501a542


Removing unnecessary duplicate jackson version


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/42501a54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/42501a54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/42501a54

Branch: refs/heads/master
Commit: 42501a5425f7731451e62be234995ec71e1d508b
Parents: 155605e
Author: Colm O hEigeartaigh <[email protected]>
Authored: Mon Jun 27 12:48:47 2016 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Mon Jun 27 12:48:47 2016 +0100

----------------------------------------------------------------------
 pom.xml                                  | 1 -
 ranger-examples/plugin-sampleapp/pom.xml | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/42501a54/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 86aceff..c99d108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,6 @@
         <c3p0.version>0.9.1.2</c3p0.version>
         <calcite.version>0.9.2-incubating</calcite.version>
         <cglib.version>2.2.0-b23</cglib.version>
-        <codehaus.jackson.storm.version>1.9.13</codehaus.jackson.storm.version>
         <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
         
<commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version>
         <commons.beanutils.core.version>1.8.3</commons.beanutils.core.version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/42501a54/ranger-examples/plugin-sampleapp/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-examples/plugin-sampleapp/pom.xml 
b/ranger-examples/plugin-sampleapp/pom.xml
index 9cd01e9..fdd4d98 100644
--- a/ranger-examples/plugin-sampleapp/pom.xml
+++ b/ranger-examples/plugin-sampleapp/pom.xml
@@ -60,17 +60,17 @@
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-jaxrs</artifactId>
-            <version>${codehaus.jackson.storm.version}</version>
+            <version>${codehaus.jackson.version}</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-core-asl</artifactId>
-            <version>${codehaus.jackson.storm.version}</version>
+            <version>${codehaus.jackson.version}</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-xc</artifactId>
-            <version>${codehaus.jackson.storm.version}</version>
+            <version>${codehaus.jackson.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>

Reply via email to