diff options
author | 2019-04-28 01:59:48 +0000 | |
---|---|---|
committer | 2019-04-28 01:59:48 +0000 | |
commit | 43e4143f2eae50b820a66e4a7e64332c0dfe0441 (patch) | |
tree | 8d8e5414378651e4900c61c35137e6877b574a5b /pom.xml | |
parent | 71432f8c9cdd5fb4b2eded82f271e90a1e603fca (diff) | |
parent | babb845c53219cb3a17f302c3f6bac5a20132c48 (diff) |
Merge "Ajusted the version of the component"1.2.9
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,7 +20,7 @@ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.2.8</version>
+ <version>1.2.9</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
@@ -169,6 +169,11 @@ <artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>23.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
|