Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
index 058733d..1a96c44 100644 (file)
@@ -2,7 +2,7 @@
 ============LICENSE_START=======================================================
 ONAP : APPC
 ================================================================================
-Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
 ================================================================================
 Copyright (C) 2017 Amdocs
 =============================================================================
@@ -24,17 +24,20 @@ limitations under the License.
 
 
        <parent>
-               <artifactId>appc-sdc-listener</artifactId>
-               <groupId>org.onap.appc</groupId>
-               <version>1.3.0-SNAPSHOT</version>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>binding-parent</artifactId>
+               <version>2.6.0</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.6.2</version>
        <packaging>bundle</packaging>
 
        <dependencies>
@@ -66,6 +69,12 @@ limitations under the License.
                        <artifactId>powermock-api-mockito</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.javassist</groupId>
+                       <artifactId>javassist</artifactId>
+                       <version>3.22.0-GA</version>
+                       <scope>test</scope>
+               </dependency>
 
                <dependency>
                        <groupId>org.onap.sdc.sdc-distribution-client</groupId>
@@ -93,7 +102,7 @@ limitations under the License.
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-common</artifactId>
+                       <artifactId>appc-common-bundle</artifactId>
                        <version>${project.version}</version>
                </dependency>
 
@@ -108,6 +117,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>
@@ -163,18 +182,15 @@ limitations under the License.
                 <dependency>
                        <groupId>org.opendaylight.yangtools</groupId>
                        <artifactId>yang-parser-impl</artifactId>
-                       <version>${odl.yangtools.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.mdsal.model</groupId>
-                       <artifactId>ietf-inet-types</artifactId>
-                       <version>${odl.ietf-inet-types.version}</version>
+                       <artifactId>ietf-inet-types-2013-07-15</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.mdsal.model</groupId>
-                       <artifactId>ietf-yang-types</artifactId>
-                       <version>${odl.ietf-yang-types.version}</version>
+                       <artifactId>ietf-yang-types-20130715</artifactId>
                </dependency>
 
                <dependency>
@@ -200,7 +216,7 @@ limitations under the License.
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>${jackson-yaml-version}</version>
+                       <version>2.8.11.3</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>