Adding operations endpoint for sdn-c simulator
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / sdnc-simulator / pom.xml
index 8e947e6..22994ff 100644 (file)
@@ -8,6 +8,26 @@
     </parent>
     <artifactId>sdnc-simulator</artifactId>
     <name>${project.artifactId}</name>
+    <properties>
+        <version.generic-resource-api-client>1.5.2</version.generic-resource-api-client>
+    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>org.onap.sdnc.northbound</groupId>
+            <artifactId>generic-resource-api-client</artifactId>
+            <version>${version.generic-resource-api-client}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.ws.rs</groupId>
+                    <artifactId>jsr311-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.json</groupId>
+                    <artifactId>json</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
     <build>
         <plugins>
             <plugin>