diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 08:22:59 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-28 08:22:59 +0200 |
commit | 9744a93978945ba102bd56168e5e5b2ec12e450f (patch) | |
tree | c8074be136ebaa30440e3555fa4d82dd9b2386c5 /common-be | |
parent | 2e0ef97f37a2fb4174d48fc86adbc3b73b1a957b (diff) |
pom fix
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'common-be')
-rw-r--r-- | common-be/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml index ce7b0d944e..a905c1b297 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -25,6 +25,12 @@ <dependencies> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.3.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2.1-SNAPSHOT</version> |