Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
index 81e9a6e..4a549d1 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.7.0-SNAPSHOT</version>
+               <version>2.7.0</version>
                 <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
@@ -38,7 +38,7 @@ limitations under the License.
        </properties>
 
        <artifactId>appc-sdc-listener-bundle</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
        <packaging>bundle</packaging>
 
        <dependencies>
@@ -57,17 +57,19 @@ 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>
@@ -85,13 +87,7 @@ 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>
 
@@ -223,13 +219,6 @@ limitations under the License.
                        <version>${jackson-yaml-version}</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-core</artifactId>
-               </dependency>
-
-
-
        </dependencies>