summaryrefslogtreecommitdiff
path: root/groot-common/pom.xml
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-01-08 18:26:02 +0800
committerwangkuan <[email protected]>2024-01-08 18:26:02 +0800
commit6f91509bcf6ba72c8e804218404a5a3d80f10d11 (patch)
tree8a4c59264ad3351e09177ae43fa8cacec9f8582b /groot-common/pom.xml
parent5072059dec2e0f1ecf88e595a3c6a91653ac27a1 (diff)
[fix][root]修改pom中httpclient的引入位置,解决docker standlone模式启动找不到class的问题
Diffstat (limited to 'groot-common/pom.xml')
-rw-r--r--groot-common/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml
index 2c42e2f..8ff4910 100644
--- a/groot-common/pom.xml
+++ b/groot-common/pom.xml
@@ -62,10 +62,7 @@
<artifactId>guava-retrying</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
+
<dependency>
<groupId>com.hazelcast</groupId>