pom fix

Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/common-be/pom.xml b/common-be/pom.xml
index ce7b0d9..a905c1b 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>