diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-08 12:25:01 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-08 12:25:01 +0800 |
commit | f0220018903a08e57574c06d0a74802cbdcca5be (patch) | |
tree | f10ee33636b200fcd332711b49aacbda96722ce6 /holmes-actions/pom.xml | |
parent | e8643ee7b7fb72f55df742dd7e075469fbca43c8 (diff) |
Add a MD5 Util Class
Change-Id: I8d4f82fd7afcfc58ca32879f48df92baca6d3445
Issue-ID: HOLMES-86
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index d72348e..d91e88a 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -75,7 +75,10 @@ <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
|