mirror of https://github.com/apache/nifi.git
NIFI-780 Adding dependency management to solr bundle pom to override httpclient version
This commit is contained in:
parent
133649b4b4
commit
c0144f23a3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue