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 /groot-bootstrap/pom.xml | |
| parent | f8aa5a0d815e936e8757f56d6e94d6e20d4c0312 (diff) | |
[fix][bootstrap] 增加注册函数
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index 1720bd2..3076352 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -108,6 +108,23 @@ </dependency> <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-client</artifactId> + <version>${hbase.version}</version> + <scope>${debug.scope}</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>com.beust</groupId> <artifactId>jcommander</artifactId> |
