NIFI-6687:

- Updating exclusions and overrides accordingly for Ranger 2.0.

This closes #3835.

Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Matt Gilman 2019-10-23 14:35:42 -04:00 committed by Bryan Bende
parent 3543b9c42c
commit c2da6e7aa2
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
2 changed files with 1 additions and 35 deletions

View File

@ -25,7 +25,7 @@
<artifactId>nifi-ranger-plugin</artifactId>
<packaging>jar</packaging>
<properties>
<ranger.hadoop.version>3.0.0</ranger.hadoop.version>
<ranger.hadoop.version>3.1.1</ranger.hadoop.version>
</properties>
<dependencies>
<dependency>
@ -36,11 +36,6 @@
<groupId>org.apache.nifi</groupId>
<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>
@ -54,10 +49,6 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@ -27,35 +27,10 @@
<version>1.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<httpcomponents.httpclient.version>4.4.1</httpcomponents.httpclient.version>
<httpcomponents.httpcore.version>4.4.1</httpcomponents.httpcore.version>
<httpcomponents.httpmime.version>4.4.1</httpcomponents.httpmime.version>
</properties>
<modules>
<module>nifi-ranger-plugin</module>
<module>nifi-ranger-nar</module>
<module>nifi-ranger-resources</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpcomponents.httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcomponents.httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpcomponents.httpmime.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>