Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit f4ce25c

Browse files
committed
Update stormbench
* Added profile scala 2.12 to POM. * Changed in POM org.apache.kafka to 0.10.2.2. Signed-off-by: Luis Ponce <luis.f.ponce.navarro@linux.intel.com>
1 parent 618b187 commit f4ce25c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

stormbench/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,20 @@
7575
</property>
7676
</activation>
7777
</profile>
78+
79+
<profile>
80+
<id>scala2.12</id>
81+
<properties>
82+
<scala.version>2.12.8</scala.version>
83+
<scala.binary.version>2.12</scala.binary.version>
84+
</properties>
85+
<activation>
86+
<property>
87+
<name>scala</name>
88+
<value>2.12</value>
89+
</property>
90+
</activation>
91+
</profile>
92+
7893
</profiles>
7994
</project>

stormbench/streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.apache.kafka</groupId>
6363
<artifactId>kafka_${scala.binary.version}</artifactId>
64-
<version>0.8.2.1</version>
64+
<version>0.10.2.2</version>
6565
<exclusions>
6666
<exclusion>
6767
<groupId>org.apache.zookeeper</groupId>

0 commit comments

Comments
 (0)