[MSO-8] Update the maven dependency
[so.git] / status-control / pom.xml
index 458a399..3ed1d51 100644 (file)
     <description>Contains classes to update and query the MSO status per site</description>
 
     <dependencies>
+    <dependency>
+             <groupId>org.evosuite</groupId>
+             <artifactId>evosuite-standalone-runtime</artifactId>
+             <version>${evosuiteVersion}</version>
+             <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.openecomp.mso</groupId>
             <artifactId>common</artifactId>
             <scope>test</scope>
         </dependency>
 
-               <dependency>
-                       <groupId>org.apache.httpcomponents</groupId>
-                       <artifactId>httpcore</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.httpcomponents</groupId>
-                       <artifactId>httpclient</artifactId>
-               </dependency>
-
     </dependencies>
 </project>
\ No newline at end of file