excluded dependency in module that generates conflict

This commit is contained in:
Miriam Baglioni 2020-06-22 10:49:56 +02:00
parent 185facb8e5
commit edeb862476
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_2.11</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>