This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 92861ba9f ATLAS-4741: updated Storm version to 2.4.0
92861ba9f is described below
commit 92861ba9f3a12c7df364a8ae4c5ef378e9171424
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Mar 30 16:51:50 2023 -0700
ATLAS-4741: updated Storm version to 2.4.0
---
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 f4e75927f..cb12766fe 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 d6cec279b..00dfe33a1 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 15aa57bc4..333edaf78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>