[MSO-8] Update the maven dependency
[so.git] / asdc-controller / pom.xml
index 2db7518..7f94838 100644 (file)
@@ -18,7 +18,7 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-war-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>2.4</version>
                                <configuration>
                                        <warSourceDirectory>WebContent</warSourceDirectory>
                                        <failOnMissingWebXml>false</failOnMissingWebXml>
        </build>
 
        <dependencies>
+               <dependency>
+             <groupId>org.evosuite</groupId>
+             <artifactId>evosuite-standalone-runtime</artifactId>
+             <version>${evosuiteVersion}</version>
+             <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+            <version>1.9.13</version>
+        </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-all</artifactId>
@@ -62,9 +73,9 @@
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp.sdc</groupId>
+                       <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
             <artifactId>sdc-distribution-client</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.6-SNAPSHOT</version>
                        <exclusions>
                         <exclusion>  <!-- declare the exclusion here -->
                         <groupId>org.slf4j</groupId>