Skip to content

Commit e0c758d

Browse files
committed
Add kafka source to examples project
1 parent a647466 commit e0c758d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@
9090
<version>${project.version}</version>
9191
<scope>provided</scope>
9292
</dependency>
93+
<dependency>
94+
<groupId>org.apache.spark</groupId>
95+
<artifactId>spark-sql-kafka-0-10_${scala.binary.version}</artifactId>
96+
<version>${project.version}</version>
97+
<scope>provided</scope>
98+
</dependency>
9399
<dependency>
94100
<groupId>org.apache.commons</groupId>
95101
<artifactId>commons-math3</artifactId>

0 commit comments

Comments
 (0)