Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
index 9c868f5..1fa057e 100644 (file)
@@ -1,8 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 ============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
 =============================================================================
@@ -26,18 +27,17 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.0</version>
-                <relativePath />
+               <version>2.7.2</version>
+                <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
 
        <properties>
                <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>
+    <version>1.7.2</version>
        <packaging>bundle</packaging>
 
        <dependencies>
@@ -56,17 +56,25 @@ limitations under the License.
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.powermock</groupId>
                        <artifactId>powermock-module-junit4</artifactId>
-                       <version>1.6.2</version>
+                       <version>1.6.4</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.powermock</groupId>
                        <artifactId>powermock-api-mockito</artifactId>
+                       <version>1.6.4</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.javassist</groupId>
+                       <artifactId>javassist</artifactId>
+                       <version>3.22.0-GA</version>
                        <scope>test</scope>
                </dependency>
 
@@ -78,20 +86,13 @@ limitations under the License.
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-message-adapter-api</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-message-adapter-factory</artifactId>
+                       <artifactId>appc-service-communicator-bundle</artifactId>
                        <version>${project.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>org.yaml</groupId>
                        <artifactId>snakeyaml</artifactId>
-                       <version>${snakeyaml.version}</version>
                </dependency>
 
                <dependency>
@@ -176,19 +177,14 @@ 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>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.mdsal.model</groupId>
-                       <artifactId>ietf-yang-types</artifactId>
-                       <version>${odl.ietf-yang-types.version}</version>
-               </dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991</artifactId>
+        </dependency>
+
+               
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
@@ -213,7 +209,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>
@@ -221,13 +217,6 @@ limitations under the License.
                        <version>${jackson-yaml-version}</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-core</artifactId>
-               </dependency>
-
-
-
        </dependencies>