fix jenkins build
[so.git] / mso-api-handlers / pom.xml
index 3418a21..3ed6ab7 100644 (file)
@@ -1,13 +1,12 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.openecomp.so</groupId>
-               <artifactId>framework</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <groupId>org.onap.so</groupId>
+               <artifactId>so</artifactId>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.openecomp.so.framework</groupId>
        <artifactId>mso-api-handlers</artifactId>
        <name>API Handler</name>
        <description>API Handler for MSO</description>
 
        <modules>
                <module>mso-requests-db</module>
+               <module>mso-requests-db-repositories</module>
                <module>mso-api-handler-common</module>
                <module>mso-api-handler-infra</module>
-       </modules>
+  </modules>
 
        <dependencies>
-           <dependency>
-             <groupId>org.evosuite</groupId>
-             <artifactId>evosuite-standalone-runtime</artifactId>
-             <version>${evosuiteVersion}</version>
-             <scope>test</scope>
-        </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>                  
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>