NIFI-4650 This closes #2308. Added independent hadoop.http.core.version property

This closes #2308

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
Joey Frazee 2017-11-30 10:59:19 -06:00 committed by joewitt
parent 9fdab10c7c
commit a458a139b3
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${hadoop.http.client.version}</version>
<version>${hadoop.http.core.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -100,6 +100,7 @@
<hadoop.version>2.7.3</hadoop.version>
<hadoop.guava.version>12.0.1</hadoop.guava.version>
<hadoop.http.client.version>4.2.5</hadoop.http.client.version>
<hadoop.http.core.version>4.2.5</hadoop.http.core.version>
<yammer.metrics.version>2.2.0</yammer.metrics.version>
<ranger.version>0.7.1</ranger.version>
<hive.version>1.2.1</hive.version>