This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 211aa719e ATLAS-4741: updated Storm version to 2.4.0
211aa719e is described below
commit 211aa719e703c83327610d0c2efad1b9372f80e1
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Mar 30 16:51:50 2023 -0700
ATLAS-4741: updated Storm version to 2.4.0
(cherry picked from commit 92861ba9f3a12c7df364a8ae4c5ef378e9171424)
---
addons/storm-bridge-shim/pom.xml | 4 ++++
addons/storm-bridge/pom.xml | 4 ++++
pom.xml | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index 571a1b252..8da3ae6a5 100755
--- a/addons/storm-bridge-shim/pom.xml
+++ b/addons/storm-bridge-shim/pom.xml
@@ -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>
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index f9cd63cef..f0e57821f 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index fa71ca227..baa5b44b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -789,7 +789,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>