diff options
| author | doufenghu <[email protected]> | 2023-11-23 19:38:36 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-23 19:38:36 +0800 |
| commit | a11067089e43221e6369106fab8fa1a68e2d23b8 (patch) | |
| tree | b00dd8c0ecb3d97061dbfefe300bd777dfcace9e /pom.xml | |
| parent | f8aa5a0d815e936e8757f56d6e94d6e20d4c0312 (diff) | |
[fix][bootstrap] 增加注册函数
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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> |
