summaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-28 08:22:59 +0200
committerMichael Lando <ml636r@att.com>2017-02-28 08:22:59 +0200
commit9744a93978945ba102bd56168e5e5b2ec12e450f (patch)
treec8074be136ebaa30440e3555fa4d82dd9b2386c5 /asdctool
parent2e0ef97f37a2fb4174d48fc86adbc3b73b1a957b (diff)
pom fix
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index ee757ee79f..f2e67e354d 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>