diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 06:23:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-28 06:23:44 +0000 |
commit | 402bb77c30277a1141d9e3bb7e6a57105183a53a (patch) | |
tree | a6daa07e4bf6fe5a0f7f70b99626018befc3a896 /distribution-ci/pom.xml | |
parent | fdf4f9e898f7597c3b5d5f6b7eaf54520d04aad2 (diff) | |
parent | 9744a93978945ba102bd56168e5e5b2ec12e450f (diff) |
Merge "pom fix"
Diffstat (limited to 'distribution-ci/pom.xml')
-rw-r--r-- | distribution-ci/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distribution-ci/pom.xml b/distribution-ci/pom.xml index f770a34ee9..8308d92a00 100644 --- a/distribution-ci/pom.xml +++ b/distribution-ci/pom.xml @@ -13,6 +13,12 @@ <dependencies> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.3.1</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.json</groupId> |