Skip to content

Commit 56ad891

Browse files
authored
SPARKLER-236 Exclude net.jpountz.lz4 lz4 from kafka-clients dependency in sparkler-app/pom.xml (#237)
1 parent 49d6101 commit 56ad891

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sparkler-core/sparkler-app/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,14 @@
9696
<groupId>org.apache.kafka</groupId>
9797
<artifactId>kafka-clients</artifactId>
9898
<version>${kafka.version}</version>
99+
<exclusions>
100+
<exclusion>
101+
<groupId>net.jpountz.lz4</groupId>
102+
<artifactId>lz4</artifactId>
103+
</exclusion>
104+
</exclusions>
99105
</dependency>
100106

101-
102107
<dependency>
103108
<groupId>org.apache.solr</groupId>
104109
<artifactId>solr-solrj</artifactId>

0 commit comments

Comments
 (0)