Skip to content

Commit

Permalink
dependency updated for kafka 0.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitB10 committed Aug 17, 2016
1 parent 51a5351 commit 43c0d1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.8.2.1</version>
<version>0.10.0.0</version>
<!-- <version>0.8.2.1</version> -->
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -221,6 +222,7 @@
<filtering>true</filtering>
</resource>
</resources>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -379,6 +381,7 @@
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down

0 comments on commit 43c0d1d

Please sign in to comment.