Skip to content

Commit

Permalink
SPARKLER-236 Exclude net.jpountz.lz4 lz4 from kafka-clients dependenc…
Browse files Browse the repository at this point in the history
…y in sparkler-app/pom.xml (#237)
  • Loading branch information
lewismc authored Sep 17, 2021
1 parent 49d6101 commit 56ad891
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sparkler-core/sparkler-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,14 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
<exclusions>
<exclusion>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
</exclusion>
</exclusions>
</dependency>


<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
Expand Down

0 comments on commit 56ad891

Please sign in to comment.