blob: 407d692eb5997ad000fdcc8bc03a4414ae1a7bd3 [file] [log] [blame]
Michal Jagiello8ac3e422020-05-28 10:49:20 +00001<?xml version="1.0" ?>
MukeshKumar1d9546b2020-08-11 09:55:46 +01002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04004 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.onap.oparent</groupId>
7 <artifactId>oparent</artifactId>
seshukm2bcad1c2019-11-02 12:54:19 +05308 <version>2.1.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04009 <relativePath />
10 </parent>
11 <groupId>org.onap.so</groupId>
12 <artifactId>so</artifactId>
13 <packaging>pom</packaging>
seshukm1c8d0202021-02-15 20:35:29 +053014 <version>1.8.0-SNAPSHOT</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040015 <name>so</name>
16 <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
ChrisC025301d2017-01-31 11:40:03 +010017 This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
18 "mvn clean install -P with-integration-tests -Dintegration-tests-user=root -Dintegration-tests-group=root -Dintegration-tests-db-type=MYSQL"
19 </description>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040020 <organization>
21 <name>ONAP - SO</name>
22 <url>http://www.onap.org/</url>
zm330d05adce2020-05-14 11:36:14 +080023 </organization>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040024 <modules>
25 <module>deployment-configs</module>
26 <module>common</module>
Benjamin, Max4f774ee2020-04-28 15:13:12 -040027 <module>graph-inventory</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040028 <module>mso-catalog-db</module>
29 <module>mso-api-handlers</module>
30 <module>adapters</module>
31 <module>asdc-controller</module>
Boslet, Coryb7c956f2020-07-06 09:58:17 -040032 <module>so-optimization-clients</module>
Boslet, Coryda366372020-07-07 11:46:43 -040033 <module>so-sdn-clients</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040034 <module>bpmn</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040035 <module>cxf-logging</module>
Mnushkin, Dmitry6514e3b2019-10-21 09:25:56 -040036 <module>so-simulator</module>
Remigiusz Janeczekb02ea7d2020-02-17 10:17:11 +010037 <module>packages</module>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040038 </modules>
39 <properties>
40 <project.mso.base.folder>.</project.mso.base.folder>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43 <sonar.language>java</sonar.language>
arun chapagain258be882020-08-06 15:44:12 +053044 <java.version>11</java.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040045 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
46 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
Priyadharshini6bafbf42020-02-18 10:52:20 +000047 <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040048 <!--sonar.jacoco.itReportPath>${project.mso.base.folder}/packages/arquillian-unit-tests/target/mso-automated-tests/jacoco-it.exec</sonar.jacoco.itReportPath -->
49 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
50 <sonar.projectVersion>${project.version}</sonar.projectVersion>
51 <sonar.cpd.exclusions>**/*</sonar.cpd.exclusions>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040052 <org.apache.maven.user-settings />
mukesh.paliwal1@huawei.com78d36ba2020-08-18 11:46:39 +053053 <openstack.version>1.7.1</openstack.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040054 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
55 <originalClassifier>original</originalClassifier>
56 <docker.skip>true</docker.skip>
57 <docker.skip.build>true</docker.skip.build>
58 <docker.skip.push>true</docker.skip.push>
59 <docker.buildArg.project_version>${project.version}</docker.buildArg.project_version>
60 <docker.buildArg.artifact_id>${project.artifactId}</docker.buildArg.artifact_id>
61 <docker.buildArg.docker_repository>${dockerPullRepo}</docker.buildArg.docker_repository>
Benjamin, Max7d6464b2020-01-10 10:16:16 -050062 <enforcer.skip>false</enforcer.skip>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040063 <nexusproxy>https://nexus.onap.org</nexusproxy>
64 <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
65 <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
66 <publicNexusPath>content/repositories/public/</publicNexusPath>
67 <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath>
Benjamin, Max (mb388a)d5968f52021-02-05 20:34:11 -050068 <cxf.version>3.4.1</cxf.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040069 <jax.ws.rs>2.1</jax.ws.rs>
Benjamin, Max (mb388a)d5968f52021-02-05 20:34:11 -050070 <springboot.version>2.3.7.RELEASE</springboot.version>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -050071 <aaf.version>2.1.21</aaf.version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040072 <format.skipValidate>false</format.skipValidate>
73 <format.skipExecute>true</format.skipExecute>
Benjamin, Max5f57d092020-05-13 17:48:03 -040074 <io.fabric8.version>0.33.0</io.fabric8.version>
arun chapagain7ac8b942020-08-10 15:28:02 +053075 <appc.client.version>1.7.2</appc.client.version>
Benjamin, Max (mb388a)d5968f52021-02-05 20:34:11 -050076 <bowman.client.version>0.9.0</bowman.client.version>
Benjamin, Max9868f172020-05-18 16:37:51 -040077 <aaf.cadi.version>2.1.15</aaf.cadi.version>
MukeshKumar129ce5d2021-02-26 16:13:59 +000078 <so-etsi-sol003-adapter-version>1.8.1-SNAPSHOT</so-etsi-sol003-adapter-version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040079 </properties>
80 <distributionManagement>
81 <repository>
Benjamin, Maxff296742021-02-18 15:56:17 -050082 <id>onap-releases</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040083 <url>${nexusproxy}/${releaseNexusPath}</url>
84 </repository>
85 <snapshotRepository>
Benjamin, Maxff296742021-02-18 15:56:17 -050086 <id>onap-snapshots</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040087 <url>${nexusproxy}/${snapshotNexusPath}</url>
88 </snapshotRepository>
89 <site>
Benjamin, Maxff296742021-02-18 15:56:17 -050090 <id>onap-site</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -040091 <url>dav:${nexusproxy}${siteNexusPath}</url>
92 </site>
93 </distributionManagement>
94 <reporting>
95 <plugins>
96 <plugin>
97 <groupId>org.apache.maven.plugins</groupId>
98 <artifactId>maven-javadoc-plugin</artifactId>
99 <version>2.10.4</version>
100 <configuration>
101 <failOnError>false</failOnError>
102 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
103 <docletArtifact>
104 <groupId>org.umlgraph</groupId>
105 <artifactId>umlgraph</artifactId>
106 <version>5.6</version>
107 </docletArtifact>
108 <additionalparam>-views</additionalparam>
109 <useStandardDocletOptions>true</useStandardDocletOptions>
110 </configuration>
111 </plugin>
112 </plugins>
113 </reporting>
114 <!-- configure build -->
115 <!-- *********************************************************************************************************** -->
116 <!-- Plugins and repositories -->
117 <pluginRepositories>
118 <pluginRepository>
119 <id>central</id>
120 <url>http://repo1.maven.org/maven2</url>
121 </pluginRepository>
122 <pluginRepository>
123 <id>restlet</id>
124 <url>http://maven.restlet.com</url>
125 </pluginRepository>
126 <pluginRepository>
Benjamin, Maxff296742021-02-18 15:56:17 -0500127 <id>onap-public</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400128 <url>${nexusproxy}/${publicNexusPath}</url>
129 <snapshots>
130 <enabled>false</enabled>
131 </snapshots>
132 </pluginRepository>
133 <pluginRepository>
Benjamin, Maxff296742021-02-18 15:56:17 -0500134 <id>onap-release</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400135 <url>${nexusproxy}/${releaseNexusPath}</url>
136 <snapshots>
137 <enabled>false</enabled>
138 </snapshots>
139 </pluginRepository>
140 <pluginRepository>
Benjamin, Maxff296742021-02-18 15:56:17 -0500141 <id>onap-snapshots</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400142 <url>${nexusproxy}/${snapshotNexusPath}</url>
143 <releases>
144 <enabled>false</enabled>
145 </releases>
146 </pluginRepository>
147 </pluginRepositories>
148 <repositories>
149 <repository>
Benjamin, Maxff296742021-02-18 15:56:17 -0500150 <id>onap-public</id>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400151 <url>https://nexus.onap.org/content/repositories/public/</url>
152 <snapshots>
153 <enabled>false</enabled>
154 </snapshots>
155 </repository>
156 <repository>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400157 <id>camunda-bpm</id>
158 <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>
159 </repository>
160 <repository>
161 <id>camunda-public</id>
162 <url>https://app.camunda.com/nexus/content/groups/public</url>
163 </repository>
164 <repository>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400165 <id>onap-releases</id>
166 <url>https://nexus.onap.org/content/repositories/releases/</url>
167 <snapshots>
168 <enabled>false</enabled>
169 </snapshots>
170 </repository>
171 <repository>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400172 <id>onap-snapshots</id>
173 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
174 <releases>
175 <enabled>false</enabled>
176 </releases>
177 </repository>
178 </repositories>
179 <!-- *********************************************************************************************************** -->
180 <!-- Build -->
181 <build>
182 <resources>
183 <resource>
184 <directory>src/main/resources</directory>
185 <filtering>true</filtering>
186 </resource>
187 <resource>
188 <directory>target/generated-sources/license</directory>
189 <includes>
190 <include>third-party-licenses.txt</include>
191 </includes>
192 </resource>
193 <resource>
194 <directory>target/generated-resources/licenses</directory>
195 <includes>
196 <include>*.*</include>
197 </includes>
198 <targetPath>third-party-licenses</targetPath>
199 </resource>
200 </resources>
201 <plugins>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400202 <plugin>
203 <groupId>org.apache.maven.plugins</groupId>
204 <artifactId>maven-deploy-plugin</artifactId>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400205 <!-- This version supports the "deployAtEnd" parameter -->
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400206 <configuration>
207 <skip />
208 </configuration>
209 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400210 <plugin>
211 <groupId>org.apache.maven.plugins</groupId>
212 <artifactId>maven-compiler-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400213 <version>3.8.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400214 <configuration>
215 <debug>true</debug>
216 <compilerArgument>-Xlint</compilerArgument>
217 <verbose>true</verbose>
218 <showDeprecation>true</showDeprecation>
219 <showWarnings>true</showWarnings>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400220 <compilerArgs>
221 <arg>-parameters</arg>
222 </compilerArgs>
Benjamin, Maxa5de2db2020-08-07 11:36:18 -0400223 <forceJavacCompilerUse>true</forceJavacCompilerUse>
224 <source>11</source>
225 <target>11</target>
226 <release>11</release>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400227 </configuration>
228 </plugin>
229 <plugin>
230 <groupId>org.apache.maven.plugins</groupId>
231 <artifactId>maven-ejb-plugin</artifactId>
232 <version>2.2.1</version>
233 <configuration>
234 <ejbVersion>3.0</ejbVersion>
235 <archive>
236 <manifest>
237 <addClasspath>true</addClasspath>
238 </manifest>
239 </archive>
240 </configuration>
241 </plugin>
242 <plugin>
243 <groupId>org.apache.maven.plugins</groupId>
244 <artifactId>maven-checkstyle-plugin</artifactId>
245 <version>2.17</version>
246 <configuration>
247 <skip>true</skip>
248 <includes>**/org/openecomp/**/*.java</includes>
249 <configLocation>/google_checks.xml</configLocation>
250 </configuration>
251 </plugin>
252 <plugin>
253 <groupId>org.codehaus.mojo</groupId>
254 <artifactId>findbugs-maven-plugin</artifactId>
255 <version>2.5.2</version>
256 <configuration>
257 <includeFilterFile>project-configs/code-tools/findbugs_include_filter.xml</includeFilterFile>
258 <nested>true</nested>
259 <findbugsXmlOutput>true</findbugsXmlOutput>
260 <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
261 <xmlOutput>true</xmlOutput>
262 </configuration>
263 </plugin>
264 <plugin>
265 <groupId>org.codehaus.mojo</groupId>
266 <artifactId>sonar-maven-plugin</artifactId>
267 <version>5.1</version>
268 </plugin>
269 <plugin>
270 <artifactId>maven-scm-plugin</artifactId>
271 <version>1.8.1</version>
272 <configuration>
273 <tag>${project.artifactId}-${project.version}</tag>
274 </configuration>
275 </plugin>
276 <plugin>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-javadoc-plugin</artifactId>
279 <version>2.9</version>
280 </plugin>
281 <plugin>
282 <groupId>org.apache.maven.plugins</groupId>
283 <artifactId>maven-site-plugin</artifactId>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400284 <dependencies>
285 <dependency>
286 <groupId>org.apache.maven.wagon</groupId>
287 <artifactId>wagon-webdav-jackrabbit</artifactId>
288 <version>2.10</version>
289 </dependency>
290 </dependencies>
291 </plugin>
292 <plugin>
293 <groupId>org.codehaus.mojo</groupId>
294 <artifactId>cobertura-maven-plugin</artifactId>
295 <version>2.5.2</version>
296 <configuration>
297 <formats>
298 <format>xml</format>
299 </formats>
300 </configuration>
301 </plugin>
302 <plugin>
303 <groupId>org.codehaus.mojo</groupId>
304 <artifactId>versions-maven-plugin</artifactId>
305 <version>1.3.1</version>
306 </plugin>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400307
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400308 <plugin>
309 <groupId>com.fortify.ps.maven.plugin</groupId>
310 <artifactId>sca-maven-plugin</artifactId>
311 <version>4.20</version>
312 <configuration>
313 <buildId>mso-${project.version}</buildId>
arun chapagain258be882020-08-06 15:44:12 +0530314 <source>${java.version}</source>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400315 </configuration>
316 </plugin>
317 <plugin>
tragait1ae4a562019-10-21 14:26:08 -0400318 <groupId>org.jacoco</groupId>
319 <artifactId>jacoco-maven-plugin</artifactId>
tragait1ae4a562019-10-21 14:26:08 -0400320 <executions>
321 <execution>
322 <id>prepare-agent</id>
323 <goals>
324 <goal>prepare-agent</goal>
325 </goals>
326 </execution>
327 <execution>
328 <id>report</id>
329 <goals>
330 <goal>report</goal>
331 </goals>
332 <configuration>
333 <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
334 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
335 </configuration>
336 </execution>
337 </executions>
338 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400339 <plugin>
340 <groupId>org.codehaus.mojo</groupId>
341 <artifactId>license-maven-plugin</artifactId>
342 <version>1.15</version>
343 <configuration>
344 <inceptionYear>2017</inceptionYear>
345 <projectName>ONAP - SO</projectName>
346 <licenseName>apache_v2</licenseName>
347 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
348 <emptyLineAfterHeader>true</emptyLineAfterHeader>
349 <trimHeaderLine>true</trimHeaderLine>
350 <processStartTag>============LICENSE_START=======================================================</processStartTag>
351 <sectionDelimiter>================================================================================</sectionDelimiter>
352 <processEndTag>============LICENSE_END=========================================================</processEndTag>
353 <includes>
354 <include>**/*.java</include>
355 <include>**/*.groovy</include>
356 </includes>
357 <excludes>
358 <exclude>**/com/att/**</exclude>
359 </excludes>
360 </configuration>
361 <executions>
362 <execution>
363 <id>verify-headers</id>
364 <goals>
365 <goal>check-file-header</goal>
366 </goals>
367 <configuration>
368 <failOnNotUptodateHeader>true</failOnNotUptodateHeader>
369 <failOnMissingHeader>true</failOnMissingHeader>
370 </configuration>
371 </execution>
372 </executions>
373 </plugin>
374 <plugin>
375 <groupId>org.codehaus.gmaven</groupId>
376 <artifactId>groovy-maven-plugin</artifactId>
377 <version>2.0</version>
378 <executions>
379 <!-- set absolute base path from super pom -->
380 <execution>
381 <id>find-basepath</id>
382 <phase>validate</phase>
383 <goals>
384 <goal>execute</goal>
385 </goals>
386 <configuration>
387 <source>
388 <![CDATA[
389 import java.io.File;
390 log.info('## define projects super pom absolute path through basepath_marker')
391 String p = "basepath_marker";
392 File f = null;
393 if( p != null ) {
394 def _max_child_poms = 0
395 while( _max_child_poms++ < 5 ) {
396 f = new File( p );
397 if( f.exists() ) {
398 break;
399 }
400 p = "../" + p;
401 }
402 }
403 if( f != null ) {
404 String basePath = f.getCanonicalPath();
405 basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) );
406 project.properties['base-path'] = basePath.replace( '\\' , '/');
407 log.info(' - used base path = ' + project.properties['base-path'] );
408 } else {
409 log.error( 'Could not find basepath_marker marker file!' );
410 System.stop( 0 );
411 }
412 ]]>
413 </source>
414 </configuration>
415 </execution>
416 </executions>
417 </plugin>
418 <plugin>
419 <groupId>net.revelc.code.formatter</groupId>
420 <artifactId>formatter-maven-plugin</artifactId>
421 <version>2.9.0</version>
422 <executions>
423 <execution>
424 <id>format-java</id>
425 <goals>
426 <goal>format</goal>
427 </goals>
subhash kumar singhf8750612019-04-19 12:24:00 +0530428 <phase>process-sources</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400429 <configuration>
430 <skip>${format.skipExecute}</skip>
431 <configFile>${base-path}/project-configs/code-tools/onap-eclipse-format.xml</configFile>
432 </configuration>
433 </execution>
434 <execution>
435 <id>format-xml</id>
436 <goals>
437 <goal>format</goal>
438 </goals>
subhash kumar singhf8750612019-04-19 12:24:00 +0530439 <phase>process-sources</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400440 <configuration>
441 <skip>${format.skipExecute}</skip>
442 <sourceDirectory>${project.basedir}</sourceDirectory>
443 <configXmlFile>${base-path}/project-configs/code-tools/pom-format.properties</configXmlFile>
444 <includes>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400445 <include>pom.xml</include>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400446 </includes>
447 </configuration>
448 </execution>
449 <execution>
450 <id>validate-java</id>
451 <goals>
452 <goal>validate</goal>
453 </goals>
454 <configuration>
455 <skip>${format.skipValidate}</skip>
456 <configFile>${base-path}/project-configs/code-tools/onap-eclipse-format.xml</configFile>
457 </configuration>
458 </execution>
459 <execution>
460 <id>validate-poms</id>
461 <goals>
462 <goal>validate</goal>
463 </goals>
464 <configuration>
465 <skip>${format.skipValidate}</skip>
466 <configFile>${base-path}/project-configs/code-tools/pom-format.properties</configFile>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400467 <includes>
468 <include>pom.xml</include>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400469 </includes>
470 </configuration>
471 </execution>
472 </executions>
473 <dependencies>
474 <dependency>
475 <groupId>com.fasterxml.jackson.core</groupId>
476 <artifactId>jackson-annotations</artifactId>
477 <version>2.9.8</version>
478 </dependency>
479 </dependencies>
480 </plugin>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500481 <plugin>
482 <groupId>org.apache.maven.plugins</groupId>
483 <artifactId>maven-enforcer-plugin</artifactId>
484 <version>3.0.0-M3</version>
485 <executions>
486 <execution>
kjaniak48fbeba2019-12-19 13:08:05 +0100487 <id>enforce-property</id>
488 <configuration>
489 <skip>true</skip>
490 </configuration>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500491 </execution>
492 <execution>
kjaniak48fbeba2019-12-19 13:08:05 +0100493 <id>enforce-no-snapshots</id>
494 <configuration>
495 <skip>true</skip>
496 </configuration>
Benjamin, Max7d6464b2020-01-10 10:16:16 -0500497 </execution>
498 <execution>
499 <id>enforce-banned-dependencies</id>
500 <goals>
501 <goal>enforce</goal>
502 </goals>
503 <configuration>
504 <rules>
505 <bannedDependencies>
506 <excludes>
507 <exclude>org.powermock</exclude>
508 </excludes>
509 <searchTransitive>false</searchTransitive>
510 </bannedDependencies>
511 </rules>
512 <fail>true</fail>
513 </configuration>
514 </execution>
515 </executions>
516 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400517 </plugins>
518 <pluginManagement>
519 <plugins>
Benjamin, Max71d87a32020-06-24 10:44:53 -0400520 <plugin>
Boslet, Coryf5c3da82020-05-20 11:39:21 -0400521 <groupId>org.eclipse.m2e</groupId>
522 <artifactId>lifecycle-mapping</artifactId>
523 <version>1.0.0</version>
524 <configuration>
525 <lifecycleMappingMetadata>
526 <pluginExecutions>
527 <pluginExecution>
528 <pluginExecutionFilter>
529 <groupId>org.apache.maven.plugins</groupId>
530 <artifactId>maven-checkstyle-plugin</artifactId>
531 <versionRange>[1.0.0,)</versionRange>
532 <goals>
533 <goal>check</goal>
534 </goals>
535 </pluginExecutionFilter>
536 <action>
537 <execute />
538 </action>
539 </pluginExecution>
Benjamin, Max71d87a32020-06-24 10:44:53 -0400540 <pluginExecution>
Boslet, Coryf5c3da82020-05-20 11:39:21 -0400541 <pluginExecutionFilter>
542 <groupId>org.codehaus.gmaven</groupId>
543 <artifactId>groovy-maven-plugin</artifactId>
544 <versionRange>[1.0.0,)</versionRange>
545 <goals>
546 <goal>execute</goal>
547 </goals>
548 </pluginExecutionFilter>
549 <action>
550 <execute />
551 </action>
552 </pluginExecution>
553 </pluginExecutions>
554 </lifecycleMappingMetadata>
555 </configuration>
556 </plugin>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400557 <plugin>
558 <groupId>io.fabric8</groupId>
Benjamin, Max5f57d092020-05-13 17:48:03 -0400559 <artifactId>docker-maven-plugin</artifactId>
Benjamin, Max (mb388a)1a592b92019-06-17 10:51:08 -0400560 <version>${io.fabric8.version}</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400561 <configuration>
562 <skip>${docker.skip}</skip>
563 <skipBuild>${docker.skip.build}</skipBuild>
564 <skipPush>${docker.skip.push}</skipPush>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400565 <dockerHost>${docker.newHost}</dockerHost>
Benjamin, Max9868f172020-05-18 16:37:51 -0400566 <!-- 1. Update address to your local docker VM. 2. Add IP to
567 your NO_PROXY environment variable -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400568 <certPath>${docker.host.cert.path}</certPath>
Benjamin, Max9868f172020-05-18 16:37:51 -0400569 <!-- Add -Ddocker.host.cert.pat="path to your local certs directory"
570 to maven build command -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400571 <pushRegistry>${dockerPushRepo}</pushRegistry>
Benjamin, Max9868f172020-05-18 16:37:51 -0400572 <!-- Update .m2/settings.xml Add server id settings.dockerRepository,
573 username, and password -->
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -0400574 <pullRegistry>${dockerPullRepo}</pullRegistry>
Benjamin, Max9868f172020-05-18 16:37:51 -0400575 <!-- If docker repo is not public. Update .m2/settings.xml Add
576 server id settings.dockerRepository, username, and password -->
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400577 <images>
578 <image>
579 <alias>service</alias>
waqas.ikram12bfb7b2020-04-08 15:48:21 +0100580 <name>${project.artifactId}:${project.version}</name>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400581 <build>
582 <dockerFileDir>${project.build.directory}</dockerFileDir>
583 </build>
584 </image>
585 </images>
586 </configuration>
587 <executions>
588 <execution>
589 <id>start</id>
590 <goals>
591 <goal>build</goal>
592 <goal>push</goal>
593 </goals>
594 </execution>
595 </executions>
596 </plugin>
597 <plugin>
598 <groupId>org.apache.maven.plugins</groupId>
599 <artifactId>maven-surefire-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400600 <version>2.22.2</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400601 <configuration>
602 <systemPropertyVariables>
603 <so.log.level>DEBUG</so.log.level>
604 </systemPropertyVariables>
605 <rerunFailingTestsCount>2</rerunFailingTestsCount>
606 <parallel>classes</parallel>
607 <useUnlimitedThreads>false</useUnlimitedThreads>
608 <threadCount>1</threadCount>
609 </configuration>
610 </plugin>
611 <plugin>
612 <groupId>org.apache.maven.plugins</groupId>
613 <artifactId>maven-failsafe-plugin</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400614 <version>2.22.2</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400615 <configuration>
616 <skip>true</skip>
617 <systemPropertyVariables>
618 <so.log.level>DEBUG</so.log.level>
619 </systemPropertyVariables>
620 <rerunFailingTestsCount>2</rerunFailingTestsCount>
621 </configuration>
622 </plugin>
623 <plugin>
624 <groupId>org.apache.maven.plugins</groupId>
625 <artifactId>maven-dependency-plugin</artifactId>
626 <executions>
627 <execution>
628 <id>extract-docker-file</id>
629 <goals>
630 <goal>unpack</goal>
631 </goals>
632 <configuration>
Benjamin, Max2dbbd782020-06-02 23:18:13 -0400633 <skip>true</skip>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400634 <artifactItems>
635 <artifactItem>
636 <groupId>org.onap.so</groupId>
637 <artifactId>deployment-configs</artifactId>
638 <version>${project.version}</version>
639 <outputDirectory>${project.build.directory}</outputDirectory>
640 <includes>*,scripts/**,certs/**, logger/*.xml</includes>
641 <excludes>Kubernetes</excludes>
642 </artifactItem>
643 </artifactItems>
644 </configuration>
645 </execution>
646 </executions>
647 </plugin>
648 <plugin>
649 <groupId>org.apache.maven.plugins</groupId>
650 <artifactId>maven-jar-plugin</artifactId>
651 <version>3.0.2</version>
652 <executions>
653 <execution>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400654 <id>original</id>
Benjamin, Max2dbbd782020-06-02 23:18:13 -0400655 <phase>none</phase>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400656 <goals>
657 <goal>jar</goal>
658 </goals>
659 <configuration>
660 <classifier>${originalClassifier}</classifier>
661 <includes>
662 <include>**</include>
663 </includes>
664 </configuration>
665 </execution>
666 </executions>
667 </plugin>
668 <plugin>
669 <groupId>org.springframework.boot</groupId>
670 <artifactId>spring-boot-maven-plugin</artifactId>
671 <version>${springboot.version}</version>
672 <executions>
673 <execution>
674 <id>build-info</id>
675 <goals>
676 <goal>build-info</goal>
677 </goals>
678 </execution>
679 </executions>
680 </plugin>
681 </plugins>
682 </pluginManagement>
683 </build>
684 <!-- *********************************************************************************************************** -->
685 <!-- Dependencies -->
686 <dependencies>
Bhatt, Premaae9a2bd2019-09-17 08:08:12 -0400687 <dependency>
688 <groupId>org.onap.logging-analytics</groupId>
689 <artifactId>logging-slf4j</artifactId>
Bhatt, Premaae9a2bd2019-09-17 08:08:12 -0400690 </dependency>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400691 <dependency>
692 <groupId>org.onap.logging-analytics</groupId>
693 <artifactId>logging-filter-base</artifactId>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400694 </dependency>
695 <dependency>
696 <groupId>org.onap.logging-analytics</groupId>
697 <artifactId>logging-filter-spring</artifactId>
Plummer, Brittany2ede5f02019-09-10 11:29:42 -0400698 </dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400699 <dependency>
700 <groupId>com.fasterxml.jackson.core</groupId>
701 <artifactId>jackson-core</artifactId>
702 </dependency>
703 <dependency>
704 <groupId>com.fasterxml.jackson.module</groupId>
705 <artifactId>jackson-module-jaxb-annotations</artifactId>
706 </dependency>
707 <dependency>
708 <groupId>com.fasterxml.jackson.core</groupId>
709 <artifactId>jackson-databind</artifactId>
710 </dependency>
711 <dependency>
712 <groupId>com.fasterxml.jackson.core</groupId>
713 <artifactId>jackson-annotations</artifactId>
714 </dependency>
715 <dependency>
716 <groupId>com.fasterxml.jackson.jaxrs</groupId>
717 <artifactId>jackson-jaxrs-base</artifactId>
718 </dependency>
719 <dependency>
720 <groupId>com.fasterxml.jackson.jaxrs</groupId>
721 <artifactId>jackson-jaxrs-json-provider</artifactId>
722 </dependency>
723 <dependency>
724 <groupId>javax.ws.rs</groupId>
725 <artifactId>javax.ws.rs-api</artifactId>
726 <version>${jax.ws.rs}</version>
727 </dependency>
728 <dependency>
729 <groupId>javax.annotation</groupId>
730 <artifactId>javax.annotation-api</artifactId>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400731 </dependency>
732 <dependency>
733 <groupId>javax.inject</groupId>
734 <artifactId>javax.inject</artifactId>
735 <version>1</version>
736 </dependency>
737 <dependency>
738 <groupId>org.mockito</groupId>
739 <artifactId>mockito-core</artifactId>
740 </dependency>
741 <dependency>
742 <groupId>org.hamcrest</groupId>
743 <artifactId>hamcrest-core</artifactId>
744 </dependency>
745 <dependency>
746 <groupId>org.hamcrest</groupId>
747 <artifactId>hamcrest-library</artifactId>
748 </dependency>
749 <dependency>
750 <groupId>junit</groupId>
751 <artifactId>junit</artifactId>
752 <scope>test</scope>
753 </dependency>
754 <dependency>
755 <groupId>xmlunit</groupId>
756 <artifactId>xmlunit</artifactId>
757 <version>1.6</version>
758 <scope>test</scope>
759 </dependency>
760 <dependency>
761 <groupId>com.github.tomakehurst</groupId>
762 <artifactId>wiremock-standalone</artifactId>
763 <version>2.13.0</version>
764 <scope>test</scope>
765 <exclusions>
766 <exclusion>
767 <groupId>org.mortbay.jetty</groupId>
768 <artifactId>jetty</artifactId>
769 </exclusion>
770 <exclusion>
771 <groupId>com.google.guava</groupId>
772 <artifactId>guava</artifactId>
773 </exclusion>
774 <exclusion>
775 <groupId>com.fasterxml.jackson.core</groupId>
776 <artifactId>jackson-core</artifactId>
777 </exclusion>
778 <exclusion>
779 <groupId>com.fasterxml.jackson.core</groupId>
780 <artifactId>jackson-annotations</artifactId>
781 </exclusion>
782 <exclusion>
783 <groupId>com.fasterxml.jackson.core</groupId>
784 <artifactId>jackson-databind</artifactId>
785 </exclusion>
786 <exclusion>
787 <groupId>org.apache.httpcomponents</groupId>
788 <artifactId>httpclient</artifactId>
789 </exclusion>
790 <exclusion>
791 <groupId>org.skyscreamer</groupId>
792 <artifactId>jsonassert</artifactId>
793 </exclusion>
794 <exclusion>
795 <groupId>xmlunit</groupId>
796 <artifactId>xmlunit</artifactId>
797 </exclusion>
798 <exclusion>
799 <groupId>com.jayway.jsonpath</groupId>
800 <artifactId>json-path</artifactId>
801 </exclusion>
802 <exclusion>
803 <groupId>net.sf.jopt-simple</groupId>
804 <artifactId>jopt-simple</artifactId>
805 </exclusion>
806 </exclusions>
807 </dependency>
808 <dependency>
809 <groupId>com.openpojo</groupId>
810 <artifactId>openpojo</artifactId>
Benjamin, Max9868f172020-05-18 16:37:51 -0400811 <version>0.8.13</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400812 </dependency>
813 <dependency>
814 <groupId>com.shazam</groupId>
815 <artifactId>shazamcrest</artifactId>
816 <version>0.11</version>
817 <scope>test</scope>
818 <exclusions>
819 <exclusion>
820 <groupId>com.google.guava</groupId>
821 <artifactId>guava</artifactId>
822 </exclusion>
823 <exclusion>
824 <groupId>org.apache.commons</groupId>
825 <artifactId>commons-lang3</artifactId>
826 </exclusion>
827 </exclusions>
828 </dependency>
829 <dependency>
830 <groupId>org.assertj</groupId>
831 <artifactId>assertj-core</artifactId>
832 <version>3.11.1</version>
833 <scope>test</scope>
834 </dependency>
835 <dependency>
Benjamin, Max9868f172020-05-18 16:37:51 -0400836 <groupId>org.ow2.asm</groupId>
837 <artifactId>asm</artifactId>
838 <version>7.0</version>
839 <scope>test</scope>
840 </dependency>
841 <dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400842 <groupId>com.googlecode.junit-toolbox</groupId>
843 <artifactId>junit-toolbox</artifactId>
844 <version>2.4</version>
845 </dependency>
846 </dependencies>
847 <dependencyManagement>
848 <dependencies>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400849 <dependency>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400850 <groupId>org.onap.logging-analytics</groupId>
851 <artifactId>logging-slf4j</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500852 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400853 </dependency>
854 <dependency>
855 <groupId>org.onap.logging-analytics</groupId>
856 <artifactId>logging-filter-base</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500857 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400858 </dependency>
859 <dependency>
860 <groupId>org.onap.logging-analytics</groupId>
861 <artifactId>logging-filter-spring</artifactId>
Benjamin, Max93198c22021-01-11 12:24:35 -0500862 <version>1.6.9-SNAPSHOT</version>
Bonkur, Venkat28a07e82020-04-14 15:49:11 -0400863 </dependency>
864 <dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400865 <groupId>org.apache.httpcomponents</groupId>
866 <artifactId>httpcore</artifactId>
867 <version>4.4.4</version>
868 <scope>compile</scope>
869 </dependency>
870 <dependency>
871 <groupId>commons-codec</groupId>
872 <artifactId>commons-codec</artifactId>
Sangalang, Felix785fab52019-06-21 10:46:38 -0400873 <version>1.12</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400874 <scope>compile</scope>
875 </dependency>
876 <dependency>
877 <groupId>commons-io</groupId>
878 <artifactId>commons-io</artifactId>
879 <version>2.5</version>
880 <scope>compile</scope>
881 </dependency>
882 <dependency>
883 <groupId>com.sun.xml.fastinfoset</groupId>
884 <artifactId>FastInfoset</artifactId>
885 <version>1.2.13</version>
886 <scope>compile</scope>
887 </dependency>
888 <dependency>
889 <groupId>org.springframework.boot</groupId>
890 <artifactId>spring-boot-dependencies</artifactId>
891 <version>${springboot.version}</version>
892 <type>pom</type>
893 <scope>import</scope>
894 </dependency>
895 <dependency>
896 <groupId>org.yaml</groupId>
897 <artifactId>snakeyaml</artifactId>
deepikasatheeshf70e8de2020-07-29 22:53:54 -0700898 <version>1.26</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400899 </dependency>
900 <dependency>
901 <groupId>javax.interceptor</groupId>
902 <artifactId>javax.interceptor-api</artifactId>
903 <version>1.2.2</version>
904 </dependency>
905 <dependency>
906 <groupId>org.springframework.boot</groupId>
907 <artifactId>spring-boot-starter-test</artifactId>
908 <version>${springboot.version}</version>
909 <exclusions>
910 <exclusion>
911 <groupId>com.vaadin.external.google</groupId>
912 <artifactId>android-json</artifactId>
913 </exclusion>
Benjamin, Max (mb388a)d5968f52021-02-05 20:34:11 -0500914 <exclusion>
915 <groupId>org.junit.jupiter</groupId>
916 <artifactId>junit-jupiter</artifactId>
917 </exclusion>
918 <exclusion>
919 <groupId>org.junit.vintage</groupId>
920 <artifactId>junit-vintage-engine</artifactId>
921 </exclusion>
922 <exclusion>
923 <groupId>org.mockito</groupId>
924 <artifactId>mockito-junit-jupiter</artifactId>
925 </exclusion>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400926 </exclusions>
927 </dependency>
928 <dependency>
929 <groupId>net.javacrumbs.shedlock</groupId>
930 <artifactId>shedlock-spring</artifactId>
Smokowski, Steven2e0f12e2019-12-03 07:51:11 -0500931 <version>4.0.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400932 </dependency>
933 <dependency>
934 <groupId>net.javacrumbs.shedlock</groupId>
935 <artifactId>shedlock-provider-jdbc-template</artifactId>
Smokowski, Steven2e0f12e2019-12-03 07:51:11 -0500936 <version>4.0.0</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400937 </dependency>
938 <dependency>
939 <groupId>org.flywaydb</groupId>
940 <artifactId>flyway-core</artifactId>
Benjamin, Max (mb388a)d5968f52021-02-05 20:34:11 -0500941 <version>6.5.7</version>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -0400942 </dependency>
943 <dependency>
944 <groupId>org.json</groupId>
945 <artifactId>json</artifactId>
946 <version>20140107</version>
947 </dependency>
Boslet, Coryfd2aba22020-05-08 14:58:31 -0400948 <dependency>
949 <groupId>org.onap.aai.schema-service</groupId>
950 <artifactId>aai-schema</artifactId>
Benjamin, Max (mb388a)bdd94b12021-01-06 15:38:37 -0500951 <version>1.8.1</version>
Boslet, Coryfd2aba22020-05-08 14:58:31 -0400952 </dependency>
Benjamin, Max (mb388a)733c4602020-10-08 15:31:17 -0400953 <dependency>
Benjamin, Max23f8d802020-10-16 13:18:43 -0400954 <groupId>org.apache.cxf</groupId>
955 <artifactId>cxf-rt-rs-client</artifactId>
956 <version>${cxf.version}</version>
957 <exclusions>
958 <exclusion>
959 <groupId>org.jboss.spec.javax.rmi</groupId>
960 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
961 </exclusion>
962 </exclusions>
963 </dependency>
964 <dependency>
965 <groupId>org.apache.cxf</groupId>
966 <artifactId>cxf-rt-bindings-soap</artifactId>
967 <version>${cxf.version}</version>
968 <exclusions>
969 <exclusion>
970 <groupId>org.jboss.spec.javax.rmi</groupId>
971 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
972 </exclusion>
973 </exclusions>
974 </dependency>
975 <dependency>
976 <groupId>org.apache.cxf</groupId>
977 <artifactId>cxf-rt-transports-http</artifactId>
978 <version>${cxf.version}</version>
979 <exclusions>
980 <exclusion>
981 <groupId>org.jboss.spec.javax.rmi</groupId>
982 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
983 </exclusion>
984 </exclusions>
985 </dependency>
986 <dependency>
987 <groupId>org.apache.cxf</groupId>
988 <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
989 <version>${cxf.version}</version>
990 <exclusions>
991 <exclusion>
992 <groupId>org.jboss.spec.javax.rmi</groupId>
993 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
994 </exclusion>
995 </exclusions>
996 </dependency>
997 <dependency>
998 <groupId>org.apache.cxf</groupId>
999 <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
1000 <version>${cxf.version}</version>
1001 <exclusions>
1002 <exclusion>
1003 <groupId>org.jboss.spec.javax.rmi</groupId>
1004 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1005 </exclusion>
1006 </exclusions>
1007 </dependency>
1008 <dependency>
1009 <groupId>org.apache.cxf</groupId>
1010 <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
1011 <version>${cxf.version}</version>
1012 <exclusions>
1013 <exclusion>
1014 <groupId>org.jboss.spec.javax.rmi</groupId>
1015 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1016 </exclusion>
1017 </exclusions>
1018 </dependency>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -05001019 <dependency>
Benjamin, Max (mb388a)b8b04642021-01-23 16:07:59 -05001020 <groupId>org.apache.cxf</groupId>
1021 <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
1022 <version>${cxf.version}</version>
1023 <exclusions>
1024 <exclusion>
1025 <groupId>org.jboss.spec.javax.rmi</groupId>
1026 <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1027 </exclusion>
1028 </exclusions>
1029 </dependency>
1030 <dependency>
Benjamin, Max (mb388a)4209b112021-01-13 12:37:09 -05001031 <groupId>org.onap.aaf.authz</groupId>
1032 <artifactId>aaf-cadi-client</artifactId>
1033 <version>${aaf.version}</version>
Benjamin, Max (mb388a)dd89e142021-01-28 13:12:40 -05001034 </dependency>
1035 <dependency>
1036 <groupId>org.onap.aaf.authz</groupId>
1037 <artifactId>aaf-cadi-aaf</artifactId>
1038 <version>${aaf.version}</version>
1039 <exclusions>
1040 <exclusion>
1041 <groupId>javax.servlet</groupId>
1042 <artifactId>servlet-api</artifactId>
1043 </exclusion>
1044 <exclusion>
1045 <groupId>log4j</groupId>
1046 <artifactId>log4j</artifactId>
1047 </exclusion>
1048 </exclusions>
1049 </dependency>
1050 <dependency>
1051 <groupId>org.onap.aaf.authz</groupId>
1052 <artifactId>aaf-auth-client</artifactId>
1053 <version>${aaf.version}</version>
1054 <scope>runtime</scope>
1055 </dependency>
1056 <dependency>
1057 <groupId>org.onap.aaf.authz</groupId>
1058 <artifactId>aaf-misc-env</artifactId>
1059 <version>${aaf.version}</version>
1060 <scope>runtime</scope>
1061 </dependency>
1062 <dependency>
1063 <groupId>org.onap.aaf.authz</groupId>
1064 <artifactId>aaf-misc-rosetta</artifactId>
1065 <version>${aaf.version}</version>
1066 <scope>runtime</scope>
1067 </dependency>
BOSLET, CORY8aca4512021-03-09 22:57:29 -05001068 <dependency>
1069 <groupId>io.swagger</groupId>
1070 <artifactId>swagger-jersey2-jaxrs</artifactId>
1071 <version>1.6.2</version>
1072 </dependency>
1073 <dependency>
1074 <groupId>ch.vorburger.mariaDB4j</groupId>
1075 <artifactId>mariaDB4j</artifactId>
1076 <version>2.3.0</version>
1077 <scope>test</scope>
1078 </dependency>
1079 <dependency>
1080 <groupId>org.springframework.cloud</groupId>
1081 <artifactId>spring-cloud-contract-wiremock</artifactId>
1082 <version>1.2.4.RELEASE</version>
1083 <scope>test</scope>
1084 </dependency>
1085 <dependency>
1086 <groupId>org.camunda.bpm.assert</groupId>
1087 <artifactId>camunda-bpm-assert</artifactId>
1088 <version>3.0.0</version>
1089 <scope>test</scope>
1090 </dependency>
1091 <dependency>
1092 <groupId>janino</groupId>
1093 <artifactId>janino</artifactId>
1094 <version>2.5.15</version>
1095 </dependency>
1096 <dependency>
1097 <groupId>org.camunda.bpm</groupId>
1098 <artifactId>camunda-external-task-client</artifactId>
1099 <version>1.4.0</version>
1100 </dependency>
1101 <dependency>
1102 <groupId>pl.pragmatists</groupId>
1103 <artifactId>JUnitParams</artifactId>
1104 <version>1.0.5</version>
1105 <scope>test</scope>
1106 </dependency>
1107 <dependency>
1108 <groupId>io.swagger.core.v3</groupId>
1109 <artifactId>swagger-jaxrs2</artifactId>
1110 <version>2.1.7</version>
1111 </dependency>
1112 <dependency>
1113 <groupId>org.camunda.bpm</groupId>
1114 <artifactId>camunda-bom</artifactId>
1115 <version>7.14.0</version>
1116 <scope>import</scope>
1117 <type>pom</type>
1118 </dependency>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001119 </dependencies>
1120 </dependencyManagement>
1121 <profiles>
1122 <profile>
1123 <id>docker-image-build</id>
1124 <properties>
1125 <docker.skip>false</docker.skip>
1126 <docker.skip.build>false</docker.skip.build>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001127 </properties>
1128 </profile>
1129 <profile>
1130 <id>docker-image-build-push</id>
1131 <properties>
1132 <docker.skip>false</docker.skip>
1133 <docker.skip.build>false</docker.skip.build>
1134 <docker.skip.push>false</docker.skip.push>
Benjamin, Max (mb388a)f47919f2019-04-08 14:14:34 -04001135 </properties>
1136 </profile>
1137 <profile>
1138 <id>format</id>
1139 <properties>
1140 <format.skipValidate>true</format.skipValidate>
1141 <format.skipExecute>false</format.skipExecute>
1142 </properties>
1143 </profile>
1144 <profile>
1145 <id>m2e</id>
1146 <activation>
1147 <property>
1148 <name>m2e.version</name>
1149 </property>
1150 </activation>
1151 <properties>
1152 <originalClassifier />
1153 </properties>
1154 </profile>
1155 </profiles>
Benjamin, Maxa5de2db2020-08-07 11:36:18 -04001156</project>