mirror of
https://github.com/apache/nifi.git
synced 2025-02-22 02:15:56 +00:00
NIFI-2991 This closes #1194. Exclude org.json dependency from Hive bundle
This commit is contained in:
parent
1b5a28d130
commit
435d9cf353
@ -38,6 +38,12 @@
|
||||
<groupId>org.apache.hive</groupId>
|
||||
<artifactId>hive-jdbc</artifactId>
|
||||
<version>${hive.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hive.hcatalog</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user