pom fix
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index ee757ee..f2e67e3 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -21,8 +21,6 @@
<!--<scope>provided</scope>-->
<!--</dependency>-->
-
-
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
@@ -278,6 +276,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
+ <version>2.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>