Update version to 1.4.0-SNAPSHOT for Dublin
[so.git] / adapters / mso-adapter-utils / pom.xml
index 62e7153..f94d5d6 100644 (file)
@@ -2,15 +2,27 @@
        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>
+               <groupId>org.onap.so</groupId>
                <artifactId>adapters</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.so.adapters</groupId>
+       <groupId>org.onap.so.adapters</groupId>
        <artifactId>mso-adapter-utils</artifactId>
        <name>mso-adapter-utils</name>
        <description>Common MSO utilities, including Openstack client wrappers.</description>
 
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <!-- Import dependency management from Spring Boot -->
+                               <groupId>org.springframework.boot</groupId>
+                               <artifactId>spring-boot-dependencies</artifactId>
+                               <version>${springboot.version}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <build>
                <finalName>${project.artifactId}</finalName>
                <sourceDirectory>src/main/java</sourceDirectory>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.jacoco</groupId>
+                               <artifactId>jacoco-maven-plugin</artifactId>
+                         </plugin>
                </plugins>
        </build>
 
        <dependencies>
                <dependency>
-                       <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
-                       <artifactId>keystone-client</artifactId>
-                       <version>${openstack.version}</version>
+                       <groupId>org.glassfish.jersey.core</groupId>
+                       <artifactId>jersey-client</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
-                       <artifactId>heat-client</artifactId>
-                       <version>${openstack.version}</version>
+                       <groupId>ch.vorburger.mariaDB4j</groupId>
+                       <artifactId>mariaDB4j</artifactId>
+                       <version>2.2.3</version>
+                       <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
-                       <artifactId>quantum-client</artifactId>
-                       <version>${openstack.version}</version>
+                       <groupId>org.onap.so.adapters</groupId>
+                       <artifactId>mso-adapters-rest-interface</artifactId>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.so.libs.openstack-java-sdk.client-connectors</groupId>
-                       <artifactId>http-connector</artifactId>
-                       <version>${openstack.version}</version>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-data-jpa</artifactId>
+                       <optional>true</optional>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.so</groupId>
-                       <artifactId>common</artifactId>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>mso-catalog-db</artifactId> 
                        <version>${project.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.so</groupId>
-                       <artifactId>mso-catalog-db</artifactId>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>cloudify-client</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>javax.servlet-api</artifactId>
-                       <version>3.1.0</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.jboss.resteasy</groupId>
-                       <artifactId>resteasy-jaxrs</artifactId>
-                       <version>3.0.19.Final</version>
-                       <scope>provided</scope>
-                       <exclusions>
-                       <exclusion>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-                       </exclusion>
-                       <exclusion>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-simple</artifactId>
-                       </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.httpcomponents</groupId>
-                                       <artifactId>httpclient</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <groupId>org.jmockit</groupId>
+                       <artifactId>jmockit</artifactId>
+                       <version>1.8</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.yaml</groupId>
+                       <artifactId>snakeyaml</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.10.19</version>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-test</artifactId>
                        <scope>test</scope>
                </dependency>
-
                <dependency>
-                       <groupId>org.jboss.spec.javax.ejb</groupId>
-                       <artifactId>jboss-ejb-api_3.2_spec</artifactId>
-                       <version>1.0.0.Final</version>
-                       <scope>provided</scope>
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.jboss.ejb3</groupId>
-                       <artifactId>jboss-ejb3-ext-api</artifactId>
-                       <version>2.2.0.Final</version>
-                       <scope>provided</scope>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-rs-client</artifactId>
+                       <version>${cxf.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.yaml</groupId>
-                       <artifactId>snakeyaml</artifactId>
-                       <version>1.15</version>
+               <groupId>org.apache.cxf</groupId>
+               <artifactId>cxf-rt-bindings-soap</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+               <groupId>org.apache.cxf</groupId>
+               <artifactId>cxf-rt-transports-http</artifactId>
+               <version>${cxf.version}</version>
                </dependency>
-
        </dependencies>
 </project>