summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-11-23 19:38:36 +0800
committerdoufenghu <[email protected]>2023-11-23 19:38:36 +0800
commita11067089e43221e6369106fab8fa1a68e2d23b8 (patch)
treeb00dd8c0ecb3d97061dbfefe300bd777dfcace9e /pom.xml
parentf8aa5a0d815e936e8757f56d6e94d6e20d4c0312 (diff)
[fix][bootstrap] 增加注册函数
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 1447d37..656619f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,23 +369,6 @@
</dependency>
<dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-client</artifactId>
- <version>${hbase.version}</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>