Skip to content

Commit

Permalink
PLUGIN-551: Confluent Kafka fails with AbstractMethodError
Browse files Browse the repository at this point in the history
  • Loading branch information
Roni98 committed Mar 1, 2021
1 parent 4420315 commit 0b40a75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions confluent-kafka-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -91,6 +95,10 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-tags_2.11</artifactId>
</exclusion>
<exclusion>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -225,6 +233,7 @@
org.apache.kafka.common.*;
org.apache.kafka.common.serialization.*;
io.confluent.kafka.serializers.*;
org.apache.kafka.clients.*;
</_exportcontents>
<Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<cdap.version>6.1.1</cdap.version>
<cdap.plugin.version>2.3.5</cdap.plugin.version>
<spark1.version>1.6.1</spark1.version>
<spark2.version>2.2.0</spark2.version>
<spark2.version>2.3.0</spark2.version>
<widgets.dir>widgets</widgets.dir>
<docs.dir>docs</docs.dir>
<kafka8.version>0.8.2.2</kafka8.version>
Expand Down

0 comments on commit 0b40a75

Please sign in to comment.