Repository: incubator-ranger
Updated Branches:
  refs/heads/master 97fb9510e -> aa0159f41


RANGER-1071: Ranger Storm Plugin should package codehaus.jackson libs as part 
of dependent jar


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

Branch: refs/heads/master
Commit: aa0159f41b8e079dab0a0a50ee47a042b22be4b8
Parents: 97fb951
Author: rmani <[email protected]>
Authored: Wed Jun 29 00:31:31 2016 -0700
Committer: rmani <[email protected]>
Committed: Wed Jun 29 00:31:31 2016 -0700

----------------------------------------------------------------------
 src/main/assembly/storm-agent.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/aa0159f4/src/main/assembly/storm-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/storm-agent.xml 
b/src/main/assembly/storm-agent.xml
index a9f7387..19aac06 100644
--- a/src/main/assembly/storm-agent.xml
+++ b/src/main/assembly/storm-agent.xml
@@ -58,9 +58,6 @@
                     <include>com.sun.jersey:jersey-bundle</include>
                     
<include>commons-logging:commons-logging:jar:${commons.logging.version}</include>
                     
<include>com.google.guava:guava:jar:${google.guava.version}</include>
-                    
<include>org.codehaus.jackson:jackson-jaxrs:jar:${codehaus.jackson.version}</include>
-                    
<include>org.codehaus.jackson:jackson-core-asl:jar:${codehaus.jackson.storm.version}</include>
-                    
<include>org.codehaus.jackson:jackson-mapper-asl:jar:${codehaus.jackson.storm.version}</include>
                     
<include>org.apache.httpcomponents:httpclient:jar:${httpcomponents.httpclient.version}</include>
                     
<include>org.apache.httpcomponents:httpcore:jar:${httpcomponents.httpcore.version}</include>
                     
<include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include>
@@ -71,6 +68,9 @@
                     
<include>commons-cli:commons-cli:jar:${commons.cli.version}</include> 
                     
<include>commons-lang:commons-lang:jar:${commons.lang.version}</include>
                     
<include>commons-io:commons-io:jar:${commons.io.version}</include>
+                    <include>org.codehaus.jackson:jackson-core-asl</include>
+                    <include>org.codehaus.jackson:jackson-jaxrs</include>
+                    <include>org.codehaus.jackson:jackson-mapper-asl</include>
                     <include>org.apache.solr:solr-solrj</include>
                 </includes>
             </dependencySet>

Reply via email to