diff options
| author | wangkuan <[email protected]> | 2024-01-08 18:26:02 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-01-08 18:26:02 +0800 |
| commit | 6f91509bcf6ba72c8e804218404a5a3d80f10d11 (patch) | |
| tree | 8a4c59264ad3351e09177ae43fa8cacec9f8582b /groot-common/pom.xml | |
| parent | 5072059dec2e0f1ecf88e595a3c6a91653ac27a1 (diff) | |
[fix][root]修改pom中httpclient的引入位置,解决docker standlone模式启动找不到class的问题
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 5 |
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> |
