Skip to content

Commit

Permalink
ATLAS-4741: updated Storm version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Apr 3, 2023
1 parent b9ba02e commit 92861ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions addons/storm-bridge-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<version>${storm.version}</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>org.apache.storm</groupId>
<artifactId>storm-clojure</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions addons/storm-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
<artifactId>storm-core</artifactId>
<version>${storm.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.storm</groupId>
<artifactId>storm-clojure</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
<spring.security.version>5.7.5</spring.security.version>
<spring.version>5.3.21</spring.version>
<sqoop.version>1.4.6.2.3.99.0-195</sqoop.version>
<storm.version>2.3.0</storm.version>
<storm.version>2.4.0</storm.version>
<surefire.forkCount>2C</surefire.forkCount>
<surefire.version>3.0.0-M5</surefire.version>
<testng.version>7.0.0</testng.version>
Expand Down

0 comments on commit 92861ba

Please sign in to comment.