Release appc
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-adapter-bundle / pom.xml
index 8907b83..176866b 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.7.0-SNAPSHOT</version>
+               <version>2.7.0</version>
                 <relativePath/>
        </parent>
 
                        <artifactId>appc-common-bundle</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.appc</groupId>
+                       <artifactId>appc-service-communicator-bundle</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
                <dependency>
                        <groupId>javax</groupId>
                        <artifactId>javaee-api</artifactId>
                        <scope>test</scope>
                </dependency>
 
-                <dependency>
-                    <groupId>org.mockito</groupId>
-                    <artifactId>mockito-core</artifactId>
-                    <version>1.10.19</version>
-                    <scope>test</scope>
-                </dependency>
-
                <dependency>
                        <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>sli-common</artifactId>
                        </plugin>
                </plugins>
        </build>
-       <version>1.7.0-SNAPSHOT</version>
+       <version>1.7.0</version>
 </project>