summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-09-13 03:32:04 +0000
committer王宽 <[email protected]>2024-09-13 03:32:04 +0000
commit2ed4587200e28ceca9895e897212ecd28312485f (patch)
treeef0aa57cc7ac772fe9b41f2a4744ed870622bdb9
parent536ad900967495d1c1d8640422057c5a2b5c697c (diff)
parent426cbe7e2f961c2dd220b7ddce7b97348a944134 (diff)
Merge branch 'feature/cn-location' into 'develop'
[Fix][core] cancel special commons-lang3 version on test of scope See merge request galaxy/platform/groot-stream!109
-rw-r--r--groot-core/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/groot-core/pom.xml b/groot-core/pom.xml
index e1377c4..52448c9 100644
--- a/groot-core/pom.xml
+++ b/groot-core/pom.xml
@@ -14,13 +14,6 @@
<dependencies>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.6</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>4.1.1</version>