NIFI-780 Adding dependency management to solr bundle pom to override httpclient version

This commit is contained in:
Bryan Bende 2015-07-22 15:04:26 -04:00
parent 133649b4b4
commit c0144f23a3
1 changed files with 11 additions and 0 deletions

View File

@ -36,4 +36,15 @@
<module>nifi-solr-nar</module>
</modules>
<dependencyManagement>
<dependencies>
<!-- overriding these for solrj which needs 4.3.x -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>