Repository: incubator-ranger Updated Branches: refs/heads/master 437e10a90 -> e7ef59995
RANGER-1062 : Remove conflicting jars from Ranger Atlas plugin (fix: earlier commit removed one additional library) Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/e7ef5999 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/e7ef5999 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/e7ef5999 Branch: refs/heads/master Commit: e7ef5999559065e55dbf6e14ca9c529a8620d528 Parents: 437e10a Author: Madhan Neethiraj <[email protected]> Authored: Fri Jun 24 15:16:09 2016 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Fri Jun 24 15:17:44 2016 -0700 ---------------------------------------------------------------------- src/main/assembly/plugin-atlas.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e7ef5999/src/main/assembly/plugin-atlas.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-atlas.xml b/src/main/assembly/plugin-atlas.xml index 7fd1330..6c0a82c 100644 --- a/src/main/assembly/plugin-atlas.xml +++ b/src/main/assembly/plugin-atlas.xml @@ -53,6 +53,7 @@ <include>org.eclipse.persistence:javax.persistence</include> <include>com.sun.jersey:jersey-bundle</include> <include>com.google.guava:guava:jar:${guava.version}</include> + <include>org.codehaus.jackson:jackson-jaxrs</include> <include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include> <include>org.apache.hadoop:hadoop-hdfs:jar:${hadoop.version}</include> <include>org.apache.solr:solr-solrj</include>
