summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-04-28 08:55:03 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-04-28 08:55:03 +0800
commitbabb845c53219cb3a17f302c3f6bac5a20132c48 (patch)
treebc36511f444a019c4b63668f0915140317ac9606 /holmes-actions/pom.xml
parent729f9e2226a8a0f0a0b06f1d53d68a493041eba5 (diff)
Ajusted the version of the component
Change-Id: Ib1491d5b2aa3f33ddb2bd4f97787404490094ba1 Issue-ID: HOLMES-220 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 22fbe48..dbe4789 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.2.8</version>
+ <version>1.2.9</version>
</parent>
<name>holmes-common-service</name>
@@ -154,7 +154,10 @@
<artifactId>fastjson</artifactId>
<version>1.2.49</version>
</dependency>
-
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
</dependencies>
<build>
<resources>