Skip to content

Commit 4dfb747

Browse files
committed
exclusion kafka works!
1 parent fdee3a2 commit 4dfb747

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/pom-3.2_2.12.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<artifactId>spark-streaming_${scala.compat.version}</artifactId>
3030
<version>${spark3.version}</version>
3131
</dependency>
32+
<dependency><!-- Only needed for Qodana -->
33+
<groupId>org.apache.spark</groupId>
34+
<artifactId>spark-streaming-kafka-0-10_${scala.compat.version}</artifactId>
35+
<version>${spark3.version}</version>
36+
</dependency>
3237
</dependencies>
3338

3439
<build>

0 commit comments

Comments
 (0)