This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 582574856 Removes dependency towards removed /external module hbase
582574856 is described below

commit 582574856838f46ace743ee087b211efbd70b901
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 16 08:45:03 2023 +0100

    Removes dependency towards removed /external module hbase
---
 examples/storm-starter/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index 91f74891c..51d7801f1 100644
--- a/examples/storm-starter/pom.xml
+++ b/examples/storm-starter/pom.xml
@@ -126,11 +126,6 @@
       <artifactId>storm-hdfs</artifactId>
       <version>${project.version}</version>
     </dependency>
-      <dependency>
-          <groupId>org.apache.storm</groupId>
-          <artifactId>storm-hbase</artifactId>
-          <version>${project.version}</version>
-      </dependency>
     <dependency>
       <groupId>org.apache.storm</groupId>
       <artifactId>storm-redis</artifactId>

Reply via email to