Repository: nifi Updated Branches: refs/heads/master e25885650 -> 9ff5c0b25
NIFI-2760 Specifying jersey-bundle 1.19 for Ranger plugin This closes #1006. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9ff5c0b2 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9ff5c0b2 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9ff5c0b2 Branch: refs/heads/master Commit: 9ff5c0b25fb2fd88a852fec4aae250431a696dd7 Parents: e258856 Author: Bryan Bende <[email protected]> Authored: Fri Sep 9 11:03:04 2016 -0400 Committer: Bryan Bende <[email protected]> Committed: Mon Sep 12 14:18:11 2016 -0400 ---------------------------------------------------------------------- .../nifi-ranger-bundle/nifi-ranger-plugin/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/9ff5c0b2/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml index f1579a9..02b4df7 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml @@ -35,6 +35,11 @@ <artifactId>nifi-properties</artifactId> </dependency> <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-bundle</artifactId> + <version>1.19</version> + </dependency> + <dependency> <groupId>org.apache.ranger</groupId> <artifactId>ranger-plugins-common</artifactId> <exclusions> @@ -46,6 +51,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-bundle</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
