Release appc
[appc.git] / appc-inbound / appc-artifact-handler / provider / pom.xml
index a1b5806..594e560 100755 (executable)
@@ -26,7 +26,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>
@@ -124,22 +124,14 @@ limitations under the License.
                        <version>${ccsdk.sli.adaptors.version}</version>
                        <scope>compile</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.powermock</groupId>
-                       <artifactId>powermock-module-junit4</artifactId>
-                       <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.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
-                       <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
                 <dependency>
@@ -148,5 +140,5 @@ limitations under the License.
                         <version>0.1.54</version>
          </dependency>
        </dependencies>
-       <version>1.7.0-SNAPSHOT</version>
+       <version>1.7.0</version>
 </project>