diff options
author | 2018-02-27 15:26:41 +0800 | |
---|---|---|
committer | 2018-02-27 17:45:43 +0800 | |
commit | d2e0902630ccf06bb466360e036212f5060b9055 (patch) | |
tree | 6d87843690537bbd90b5577e0f8e489fbe268ad4 /pom.xml | |
parent | 4be2442687589c409a469188696d7605979881ee (diff) |
Replace Jackson with GSON
Change-Id: Ifffe7aca1116e2706d66ecb682697df521785b57
Issue-ID: HOLMES-115
Signed-off-by: YiLi <li.yi101@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,7 @@ <dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
@@ -157,6 +157,7 @@ <version>1.6.5</version>
<scope>test</scope>
</dependency>
+
</dependencies>
</dependencyManagement>
</project>
|