aboutsummaryrefslogtreecommitdiffstats
path: root/ECOMP-REST/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ECOMP-REST/pom.xml')
-rw-r--r--ECOMP-REST/pom.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/ECOMP-REST/pom.xml b/ECOMP-REST/pom.xml
index 77f52e0c3..77f60f0a8 100644
--- a/ECOMP-REST/pom.xml
+++ b/ECOMP-REST/pom.xml
@@ -18,24 +18,23 @@
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>
@@ -66,6 +65,11 @@
<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>
<version>4.11</version>
@@ -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>
@@ -87,11 +91,6 @@
<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>
<version>2.11.0-v20150123-0347</version>