summaryrefslogtreecommitdiff
path: root/groot-common/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-11-23 22:11:13 +0800
committerdoufenghu <[email protected]>2023-11-23 22:11:13 +0800
commiteb9d4f272442ff90f8390ff7b4ec4c8e57553801 (patch)
treee3bd144903921fbc1a0f2325f5e4490e36760cd6 /groot-common/pom.xml
parenta11067089e43221e6369106fab8fa1a68e2d23b8 (diff)
[fix][utils] 部分工具类调整到core模块
Diffstat (limited to 'groot-common/pom.xml')
-rw-r--r--groot-common/pom.xml22
1 files changed, 2 insertions, 20 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml
index d288a2d..17eee3e 100644
--- a/groot-common/pom.xml
+++ b/groot-common/pom.xml
@@ -63,8 +63,8 @@
</dependency>
<dependency>
- <groupId>com.alibaba.nacos</groupId>
- <artifactId>nacos-client</artifactId>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
</dependency>
<dependency>
@@ -82,25 +82,7 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-client</artifactId>
- <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>
- </dependency>
<!-- flink -->