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 bdb1f1641 Removes dependency towards removed /external module hbase
bdb1f1641 is described below

commit bdb1f1641ec49af43187fc8418c6db567bbb642d
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 16 08:47:33 2023 +0100

    Removes dependency towards removed /external module hbase
---
 flux/README.md                                     |  2 +-
 flux/flux-examples/pom.xml                         | 23 ----------------------
 .../final-package/src/main/assembly/binary.xml     |  7 -------
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/flux/README.md b/flux/README.md
index eb10d5a9c..831925633 100644
--- a/flux/README.md
+++ b/flux/README.md
@@ -28,7 +28,7 @@ the layout and configuration of your topologies.
    in your topology code
  * Support for existing topology code (see below)
  * Define Storm Core API (Spouts/Bolts) using a flexible YAML DSL
- * YAML DSL support for most Storm components (storm-kafka-client, storm-hdfs, 
storm-hbase, etc.)
+ * YAML DSL support for most Storm components (storm-kafka-client, storm-hdfs, 
etc.)
  * Convenient support for multi-lang components
  * External property substitution/filtering for easily switching between 
configurations/environments (similar to Maven-style
    `${variable.name}` substitution)
diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml
index 470af82ef..378c533bf 100644
--- a/flux/flux-examples/pom.xml
+++ b/flux/flux-examples/pom.xml
@@ -69,29 +69,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.apache.storm</groupId>
-            <artifactId>storm-hbase</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>servlet-api-2.5</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-collections</groupId>
-                    <artifactId>commons-collections</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>servlet-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>javax.servlet-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.apache.storm</groupId>
             <artifactId>storm-kafka-client</artifactId>
diff --git a/storm-dist/binary/final-package/src/main/assembly/binary.xml 
b/storm-dist/binary/final-package/src/main/assembly/binary.xml
index 9a9297f84..03e448d3f 100644
--- a/storm-dist/binary/final-package/src/main/assembly/binary.xml
+++ b/storm-dist/binary/final-package/src/main/assembly/binary.xml
@@ -124,13 +124,6 @@
                 <include>README.*</include>
             </includes>
         </fileSet>
-        <fileSet>
-            
<directory>${project.basedir}/../../../external/storm-hbase</directory>
-            <outputDirectory>external/storm-hbase</outputDirectory>
-            <includes>
-                <include>README.*</include>
-            </includes>
-        </fileSet>
         <fileSet>
             
<directory>${project.basedir}/../../../external/storm-jdbc</directory>
             <outputDirectory>external/storm-jdbc</outputDirectory>

Reply via email to