diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-14 14:28:47 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-15 10:55:11 -0500 |
commit | d873c2251b596c5dc15c0899b22ea0b7fdd6a286 (patch) | |
tree | 7180f1643644be469a4675a514a261c2f6068e81 /sliPluginUtils/provider/pom.xml | |
parent | 650bf0cbd81be4af3203103188e69f68fdca3a01 (diff) |
Fix install issues
Fixed issues in installation scripts
Change-Id: I4bd59ab16b55555ded8d9c2b0e8486d3df88fb44
Issue-ID: CCSDK-175
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils/provider/pom.xml')
-rwxr-xr-x | sliPluginUtils/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index 0a274edd..c09029fa 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.6.2</version> + <version>2.7</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |