Fix unit tests in provider-lcm-service
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
index 5871758..eceff3d 100644 (file)
@@ -26,17 +26,18 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
+               <version>1.5.0-SNAPSHOT</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
 
        <properties>
-               <jackson-yaml-version>2.8.1</jackson-yaml-version>
+               <jackson-yaml-version>2.8.6</jackson-yaml-version>
                <snakeyaml.version>1.15</snakeyaml.version>
        </properties>
 
        <artifactId>appc-sdc-listener-bundle</artifactId>
+    <version>1.5.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
 
        <dependencies>
@@ -110,6 +111,16 @@ limitations under the License.
                        <groupId>com.att.eelf</groupId>
                        <artifactId>eelf-core</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>com.att.nsa</groupId>
+                       <artifactId>cambriaClient</artifactId>
+                       <version>${cambriaClient.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.att.nsa</groupId>
+                       <artifactId>saClientLibrary</artifactId>
+                       <version>${saClientLibrary.version}</version>
+               </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-core</artifactId>