NIFI-2760 Specifying jersey-bundle 1.19 for Ranger plugin

This closes #1006.
This commit is contained in:
Bryan Bende 2016-09-09 11:03:04 -04:00
parent e25885650a
commit 9ff5c0b25f
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,11 @@
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId> <artifactId>nifi-properties</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<version>1.19</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.ranger</groupId> <groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-common</artifactId> <artifactId>ranger-plugins-common</artifactId>
@ -46,6 +51,10 @@
<groupId>com.google.code.findbugs</groupId> <groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId> <artifactId>jsr305</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>