Merge "add custom mapper to soap endpoint argument"
[so.git] / adapters / mso-openstack-adapters / pom.xml
index 46e7324..9c3ef25 100644 (file)
        <packaging>jar</packaging>
        <name>mso-openstack-adapters</name>
        <description>Consolidate openstack adapters into one Spring Boot project</description>
-
+       <properties>
+               <openfeign.version>10.1.0</openfeign.version>
+       </properties>
        <build>
                <finalName>${project.artifactId}-${project.version}</finalName>
-               
-               <plugins>                       
+
+               <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
+                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>default-test</id>
+                                               <goals>
+                                                       <goal>test</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <includes>
+                                                               <include>**/AllTestsTestSuite.java</include>
+                                                       </includes>
+                                                       <parallel>suites</parallel>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
 
 <!--  run the following plugin only when there's a wsdl change and you need to recompile the java classes
                        <plugin>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-data-jpa</artifactId>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.apache.tomcat</groupId>
-                                       <artifactId>tomcat-jdbc</artifactId>
-                               </exclusion>
-                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.apache.cxf</groupId>
                <version>${cxf.version}</version>
                </dependency>
                <dependency>
-            <groupId>org.webjars</groupId>
-            <artifactId>swagger-ui</artifactId>
-            <version>3.5.0</version>
-        </dependency>
-
+                       <groupId>org.webjars</groupId>
+                       <artifactId>swagger-ui</artifactId>
+                       <version>3.5.0</version>
+               </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-test</artifactId>
                <artifactId>janino</artifactId>
                <version>2.5.15</version>
                </dependency>
-        
-       <!-- end added for spring boot support -->      
-       
-       
-       
-       <!-- added for unit testing -->         
+
+       <!-- end added for spring boot support -->
+
+               <dependency>
+                       <groupId>org.pacesys</groupId>
+                       <artifactId>openstack4j-core</artifactId>
+                       <version>3.1.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.pacesys.openstack4j.connectors</groupId>
+                       <artifactId>openstack4j-httpclient</artifactId>
+                       <version>3.1.0</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>commons-collections</groupId>
+                       <artifactId>commons-collections</artifactId>
+                       <version>3.2.1</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>com.typesafe</groupId>
+                       <artifactId>config</artifactId>
+                       <version>1.3.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.google.code.findbugs</groupId>
+                       <artifactId>jsr305</artifactId>
+                       <version>1.3.9</version>
+               </dependency>
+               
+               <dependency>
+                       <groupId>commons-validator</groupId>
+                       <artifactId>commons-validator</artifactId>
+                       <version>1.4.0</version>
+               </dependency>
+
+       <!-- added for unit testing -->
                <dependency>
                        <groupId>org.onap.so.adapters</groupId>
                        <artifactId>mso-adapter-utils</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
-            <groupId>ch.vorburger.mariaDB4j</groupId>
-            <artifactId>mariaDB4j</artifactId>
-            <version>2.2.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
+                       <groupId>ch.vorburger.mariaDB4j</groupId>
+                       <artifactId>mariaDB4j</artifactId>
+                       <version>2.2.3</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.springframework.cloud</groupId>
                        <artifactId>spring-cloud-contract-wiremock</artifactId>
                        <version>1.2.4.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.so.libs.openstack-java-sdk</groupId>
-            <artifactId>nova-model</artifactId>
+                       <artifactId>nova-model</artifactId>
                        <version>${openstack.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.camunda.bpm</groupId>
                        <artifactId>camunda-external-task-client</artifactId>
-                       <version>1.2.0-SNAPSHOT</version>
+                       <version>1.1.1</version>
                </dependency>   
        </dependencies>
 </project>