Skip to content

Commit

Permalink
Merge pull request #243 from Alex-Cook4/master
Browse files Browse the repository at this point in the history
Upgrade to Kafka 0.9.0.1 JAR
  • Loading branch information
Alex-Cook4 authored Jun 9, 2016
2 parents 9a138c9 + 7f14c57 commit c1ebd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<classpathentry kind="lib" path="opt/downloaded/netty-3.7.0.Final.jar"/>
<classpathentry kind="lib" path="opt/downloaded/zookeeper-3.4.6.jar"/>
<classpathentry kind="lib" path="opt/downloaded/activation-1.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka_2.10-0.9.0.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.9.0.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="opt/downloaded/lz4-1.2.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/mail-1.4.jar"/>
Expand All @@ -26,5 +24,7 @@
<classpathentry kind="lib" path="opt/downloaded/amqp-client-3.5.6.jar"/>
<classpathentry kind="lib" path="opt/downloaded/activemq-client-5.14.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="opt/downloaded/slf4j-api-1.7.13.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka_2.10-0.9.0.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.9.0.1.jar"/>
<classpathentry kind="output" path="impl/java/bin"/>
</classpath>
2 changes: 1 addition & 1 deletion com.ibm.streamsx.messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.9.0.0</version>
<version>0.9.0.1</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
Expand Down

0 comments on commit c1ebd8e

Please sign in to comment.