Skip to content

Commit

Permalink
Removed Kafka Streams dependency (not needed for the UDF)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwaehner committed Jul 31, 2018
1 parent 9cfae82 commit 49808e0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@
<version>3.14.0.7</version>
</dependency>


<!-- Kafka Streams API is the only dependency you need for building Streams
applications. The only other thing is the specific Machine Learning dependencies
for the models you want to build and / or deploy -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
<version>${kafka.version}</version>
</dependency>


</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 49808e0

Please sign in to comment.