diff options
| author | gujinkai <[email protected]> | 2024-09-12 16:32:05 +0800 |
|---|---|---|
| committer | gujinkai <[email protected]> | 2024-09-12 16:32:39 +0800 |
| commit | 1f9a8e44b70ece223a48b5daf45c2f3696a31d77 (patch) | |
| tree | 04052c11df4f806bac0c2ee40d1bddd55e6b2fc7 | |
| parent | 2c47a98a776f32d23d406ed31207cedf4597ef37 (diff) | |
[Fix][test] special commons-lang3 version on test of scope
| -rw-r--r-- | groot-core/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/groot-core/pom.xml b/groot-core/pom.xml index 52448c9..e1377c4 100644 --- a/groot-core/pom.xml +++ b/groot-core/pom.xml @@ -14,6 +14,13 @@ <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> |
