summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-07-16 16:11:50 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-07-17 08:57:08 +0800
commit490fc3c1fafe50d5fb0e23db5cfd10730be96866 (patch)
tree7c6aa468714460bc584666956d7fb8ff2df0edc9 /pom.xml
parent3e5ddaee6984869b67dda89b7f8e1932a2b27045 (diff)
Fixed the CLM Issues
Change-Id: I8e6703078c400e94eec6eaa9a65a7e7dc3f0218e Issue-ID: HOLMES-331 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9ad5f21..db7fc9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,16 @@
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.14</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.6</version>
+ </dependency>
</dependencies>
</dependencyManagement>