diff options
| author | gujinkai <[email protected]> | 2024-09-13 11:13:39 +0800 |
|---|---|---|
| committer | gujinkai <[email protected]> | 2024-09-13 11:13:39 +0800 |
| commit | 426cbe7e2f961c2dd220b7ddce7b97348a944134 (patch) | |
| tree | 38fc4516880a393a5a1e48a510c493a88d45b726 | |
| parent | 1f9a8e44b70ece223a48b5daf45c2f3696a31d77 (diff) | |
[Fix][core] cancel special commons-lang3 version on test of scope
| -rw-r--r-- | groot-core/pom.xml | 7 |
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> |
