Skip to content

Commit

Permalink
Update stormbench
Browse files Browse the repository at this point in the history
* Added profile scala 2.12 to POM.
* Changed in POM org.apache.kafka to 0.10.2.2.

Signed-off-by: Luis Ponce <[email protected]>
  • Loading branch information
luisfponce committed Jun 4, 2019
1 parent 618b187 commit f4ce25c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions stormbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,20 @@
</property>
</activation>
</profile>

<profile>
<id>scala2.12</id>
<properties>
<scala.version>2.12.8</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>
<activation>
<property>
<name>scala</name>
<value>2.12</value>
</property>
</activation>
</profile>

</profiles>
</project>
2 changes: 1 addition & 1 deletion stormbench/streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${scala.binary.version}</artifactId>
<version>0.8.2.1</version>
<version>0.10.2.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit f4ce25c

Please sign in to comment.