NIFI-4936:

- Moving definition of ranger version into root pom.

This closes #2532.

Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Matt Gilman 2018-03-12 09:53:07 -04:00 committed by Bryan Bende
parent 06cb354c5e
commit 32a8db2253
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
3 changed files with 2 additions and 1 deletions

View File

@ -986,6 +986,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.ranger</groupId>
<artifactId>credentialbuilder</artifactId>
<version>${ranger.version}</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>

View File

@ -26,7 +26,6 @@
<packaging>jar</packaging>
<properties>
<hadoop.version>2.7.3</hadoop.version>
<ranger.version>0.7.1</ranger.version>
</properties>
<dependencies>
<dependency>

View File

@ -92,6 +92,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<org.slf4j.version>1.7.25</org.slf4j.version>
<ranger.version>0.7.1</ranger.version>
<jetty.version>9.4.3.v20170317</jetty.version>
</properties>