Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / pom.xml
index 77f52e0..77f60f0 100644 (file)
   limitations under the License.
   ============LICENSE_END=========================================================
   -->
-
 <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ 
        Apache Ivy version: 2.0.0-beta1 20071206070608 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
-       
+
        <parent>
                <groupId>org.openecomp.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.1.0-SNAPSHOT</version>
        </parent>
-       
+
        <artifactId>ECOMP-REST</artifactId>
-       
+
        <description>ECOMP REST</description>
-       
+
        <packaging>jar</packaging>
 
        <dependencies>
                        <artifactId>guava</artifactId>
                        <version>14.0.1</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.code.gson</groupId>
+                       <artifactId>gson</artifactId>
+                       <version>2.8.0</version>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
@@ -75,7 +79,7 @@
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
                        <version>1.9.5</version>
-               </dependency>     
+               </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-mock</artifactId>
                        <artifactId>mockrunner</artifactId>
                        <version>0.3.1</version>
                </dependency>
-               <dependency>
-                       <groupId>org.openecomp.policy.common</groupId>
-                       <artifactId>ECOMP-Logging</artifactId>
-                       <version>${common-modules.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.eclipse.emf</groupId>
                        <artifactId>org.eclipse.emf.ecore.xmi</artifactId>