1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.onap.so</groupId>
6 <artifactId>adapters</artifactId>
7 <version>1.15.0-SNAPSHOT</version>
9 <artifactId>mso-openstack-adapters</artifactId>
10 <packaging>jar</packaging>
11 <name>mso-openstack-adapters</name>
12 <description>Consolidate openstack adapters into one Spring Boot project</description>
14 <openfeign.version>10.1.0</openfeign.version>
17 <finalName>${project.artifactId}-${project.version}</finalName>
20 <groupId>org.springframework.boot</groupId>
21 <artifactId>spring-boot-maven-plugin</artifactId>
23 <mainClass>org.onap.so.adapters.openstack.MsoOpenstackAdaptersApplication</mainClass>
28 <goal>repackage</goal>
34 <groupId>org.apache.maven.plugins</groupId>
35 <artifactId>maven-surefire-plugin</artifactId>
44 <include>**/AllTestsTestSuite.java</include>
46 <parallel>suites</parallel>
52 <groupId>org.jacoco</groupId>
53 <artifactId>jacoco-maven-plugin</artifactId>
56 <groupId>org.apache.maven.plugins</groupId>
57 <artifactId>maven-dependency-plugin</artifactId>
60 <id>extract-docker-file</id>
68 <groupId>io.fabric8</groupId>
69 <artifactId>docker-maven-plugin</artifactId>
77 <groupId>org.apache.maven.plugins</groupId>
78 <artifactId>maven-jar-plugin</artifactId>
82 <phase>package</phase>
89 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build
92 <groupId>org.eclipse.m2e</groupId>
93 <artifactId>lifecycle-mapping</artifactId>
94 <version>1.0.0</version>
96 <lifecycleMappingMetadata>
99 <pluginExecutionFilter>
101 org.jvnet.jax-ws-commons
112 </pluginExecutionFilter>
119 <pluginExecutionFilter>
120 <groupId>org.apache.maven.plugins</groupId>
121 <artifactId>maven-dependency-plugin</artifactId>
122 <versionRange>[1.0.0,)</versionRange>
126 </pluginExecutionFilter>
132 </lifecycleMappingMetadata>
140 <groupId>org.springframework.boot</groupId>
141 <artifactId>spring-boot-starter-data-jpa</artifactId>
144 <groupId>org.apache.tomcat</groupId>
145 <artifactId>tomcat-jdbc</artifactId>
150 <groupId>org.apache.cxf</groupId>
151 <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
154 <groupId>org.apache.cxf</groupId>
155 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
158 <groupId>janino</groupId>
159 <artifactId>janino</artifactId>
162 <groupId>org.pacesys.openstack4j.connectors</groupId>
163 <artifactId>openstack4j-jersey2</artifactId>
164 <version>3.2.0</version>
167 <groupId>org.glassfish.jersey.core</groupId>
168 <artifactId>jersey-client</artifactId>
169 <version>3.1.4</version>
172 <groupId>org.glassfish.jersey.media</groupId>
173 <artifactId>jersey-media-json-jackson</artifactId>
174 <version>3.1.4</version>
177 <groupId>org.glassfish.jersey.core</groupId>
178 <artifactId>jersey-common</artifactId>
179 <version>3.1.4</version>
182 <groupId>commons-collections</groupId>
183 <artifactId>commons-collections</artifactId>
184 <version>3.2.2</version>
187 <groupId>com.typesafe</groupId>
188 <artifactId>config</artifactId>
189 <version>1.3.2</version>
192 <groupId>com.google.code.findbugs</groupId>
193 <artifactId>jsr305</artifactId>
194 <version>1.3.9</version>
197 <groupId>commons-validator</groupId>
198 <artifactId>commons-validator</artifactId>
199 <version>1.4.1</version>
202 <groupId>org.onap.so.adapters</groupId>
203 <artifactId>mso-adapter-utils</artifactId>
204 <version>${project.version}</version>
207 <groupId>org.onap.so.adapters</groupId>
208 <artifactId>mso-adapters-rest-interface</artifactId>
209 <version>${project.version}</version>
212 <groupId>org.springframework.boot</groupId>
213 <artifactId>spring-boot-starter-test</artifactId>
217 <groupId>org.junit.vintage</groupId>
218 <artifactId>junit-vintage-engine</artifactId>
222 <groupId>javax.servlet</groupId>
223 <artifactId>javax.servlet-api</artifactId>
226 <groupId>jakarta.servlet</groupId>
227 <artifactId>jakarta.servlet-api</artifactId>
228 <version>6.0.0</version>
232 <groupId>org.mariadb.jdbc</groupId>
233 <artifactId>mariadb-java-client</artifactId>
236 <groupId>ch.vorburger.mariaDB4j</groupId>
237 <artifactId>mariaDB4j</artifactId>
241 <groupId>org.springframework.cloud</groupId>
242 <artifactId>spring-cloud-contract-wiremock</artifactId>
246 <groupId>org.onap.so</groupId>
247 <artifactId>cxf-logging</artifactId>
248 <version>${project.version}</version>
251 <groupId>org.onap.so.libs.openstack-java-sdk</groupId>
252 <artifactId>nova-model</artifactId>
253 <version>${openstack.version}</version>
256 <groupId>org.camunda.bpm</groupId>
257 <artifactId>camunda-external-task-client</artifactId>
260 <groupId>com.github.seancfoley</groupId>
261 <artifactId>ipaddress</artifactId>
262 <version>2.0.0</version>
265 <groupId>org.springframework.boot</groupId>
266 <artifactId>spring-boot-starter-validation</artifactId>
269 <artifactId>jackson-jakarta-rs-json-provider</artifactId>
270 <groupId>com.fasterxml.jackson.jakarta.rs</groupId>