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 562b12a08 Removes test dependency towards removed /external module
hbase
562b12a08 is described below
commit 562b12a08a7163107f6f62f611a0ea304e00fa3c
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 16 08:12:11 2023 +0100
Removes test dependency towards removed /external module hbase
---
flux/flux-core/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml
index b3210bfcd..55cf01f0a 100644
--- a/flux/flux-core/pom.xml
+++ b/flux/flux-core/pom.xml
@@ -53,12 +53,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.storm</groupId>
- <artifactId>storm-hbase</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>