Changing to Amsterdam release version
[appc.git] / appc-inbound / appc-artifact-handler / provider / pom.xml
index 0e7f76f..2ffadcd 100755 (executable)
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
        <parent>
                <artifactId>appc-artifact-handler</artifactId>
                <groupId>org.openecomp.appc</groupId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
        <artifactId>appc-artifact-handler-provider</artifactId>
        <packaging>bundle</packaging>
@@ -105,7 +105,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                <configuration>
                                                        <artifacts>
                                                                <artifact>
-                                                                       <file>${project.build.directory}/classes/initial/artifact-handler-provider.xml</file>
+                                                                       <file>${project.build.directory}/classes/initial/appc-artifact-handler-provider.xml</file>
                                                                        <type>xml</type>
                                                                        <classifier>config</classifier>
                                                                </artifact>
@@ -144,7 +144,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-common-util</artifactId>
                        </dependency>
-
                <dependency>
                        <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>sli-common</artifactId>
@@ -204,5 +203,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                        <version>${ccsdk.sli.adaptors.version}</version>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-api-mockito</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>