blob: 9e84e855bf5ce2281d558fe867f94f7618fdfc92 [file] [log] [blame]
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001<!--
2 ============LICENSE_START=======================================================
3 Copyright (C) 2018 Ericsson. All rights reserved.
jhh200d0d72023-01-26 09:48:54 -06004 Modifications Copyright (C) 2018-2023 AT&T. All rights reserved.
liamfallon1daae3e2022-01-05 12:46:27 +00005 Modifications Copyright (C) 2019-2022 Nordix Foundation.
a.sreekumar7f173a82022-02-07 11:17:11 +00006 Modifications Copyright (C) 2020-2022 Bell Canada.
eikrwaq5eb9cfd2018-05-22 09:48:30 +01007 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19
20 SPDX-License-Identifier: Apache-2.0
21 ============LICENSE_END=========================================================
22-->
liamfallonb4431042022-12-01 17:55:58 +000023<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">
eikrwaq5eb9cfd2018-05-22 09:48:30 +010024 <modelVersion>4.0.0</modelVersion>
25 <parent>
26 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>policy-parent</artifactId>
liamfallon2d534292022-12-15 09:57:54 +000028 <version>3.7.1-SNAPSHOT</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +010029 </parent>
30 <artifactId>integration</artifactId>
31 <packaging>pom</packaging>
32 <name>Policy Integration POM</name>
33 <description>Policy Integration POM</description>
eikrwaq5eb9cfd2018-05-22 09:48:30 +010034 <properties>
HOCKLA4b7e2702019-12-10 09:54:48 -060035 <java.version>11</java.version>
liamfallon7c5702f2022-09-16 20:06:13 +010036 <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
liamfallon2d534292022-12-15 09:57:54 +000037 <version.parent.resources>3.7.1-SNAPSHOT</version.parent.resources>
Pamela Dragoshc1935db2020-01-14 14:11:20 -050038 <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
Jim Hahnb0474652021-04-09 12:38:43 -040039 <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
Jim Hahn0b49a672021-07-19 14:42:19 -040040 <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
41 <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
liamfallon2c236402022-12-13 13:15:43 +000042 <!-- Dependency Versions -->
43 <version.aaf>2.1.21</version.aaf>
44 <version.assertj>3.23.1</version.assertj>
45 <version.awaitility>4.2.0</version.awaitility>
46 <version.bind-jaxb-api>2.3.1</version.bind-jaxb-api>
47 <version.ccsdk>1.4.0</version.ccsdk>
48 <version.commons-cli>1.5.0</version.commons-cli>
49 <version.commons-codec>1.15</version.commons-codec>
50 <version.commons-fileupload>1.4</version.commons-fileupload>
51 <version.commons-io>2.11.0</version.commons-io>
52 <version.commons-lang3>3.12.0</version.commons-lang3>
53 <version.commons-text>1.10.0</version.commons-text>
54 <version.cucumber>7.9.0</version.cucumber>
55 <version.dmaap>1.1.12</version.dmaap>
56 <version.docker-java>3.2.14</version.docker-java>
jhh200d0d72023-01-26 09:48:54 -060057 <version.drools>8.32.0.Final</version.drools>
liamfallon2c236402022-12-13 13:15:43 +000058 <version.eclipselink>2.7.8</version.eclipselink>
liamfallone5317482022-12-18 02:22:59 +000059 <!--version.eclipselink>4.0.0</version.eclipselink-->
liamfallon2c236402022-12-13 13:15:43 +000060 <version.google-re2j>1.7</version.google-re2j>
61 <version.gson>2.10</version.gson>
liamfallone5317482022-12-18 02:22:59 +000062 <version.h2>2.1.214</version.h2>
liamfallon2c236402022-12-13 13:15:43 +000063 <version.hibernate.core>5.4.31.Final</version.hibernate.core>
liamfallone5317482022-12-18 02:22:59 +000064 <!--version.hibernate.core>6.1.5.Final</version.hibernate.core-->
liamfallon2c236402022-12-13 13:15:43 +000065 <version.httpcore>4.4.16</version.httpcore>
66 <version.immutables>2.9.2</version.immutables>
67 <version.io.micrometer>1.10.2</version.io.micrometer>
68 <version.io.prometheus>0.16.0</version.io.prometheus>
69 <version.jackson>2.14.1</version.jackson>
70 <version.jakarta-api>2.0.2</version.jakarta-api>
liamfallone5317482022-12-18 02:22:59 +000071 <!--version.jakarta-api>3.0.2</version.jakarta-api-->
liamfallon2c236402022-12-13 13:15:43 +000072 <version.javax-json>1.1.4</version.javax-json>
73 <version.jboss-jaxrs-api>1.0.1-Final</version.jboss-jaxrs-api>
74 <version.jersey>2.37</version.jersey>
liamfallone5317482022-12-18 02:22:59 +000075 <!--version.jersey>3.1.0</version.jersey-->
liamfallon2c236402022-12-13 13:15:43 +000076 <version.jetty>9.4.48.v20220622</version.jetty>
liamfallone5317482022-12-18 02:22:59 +000077 <!--version.jetty>11.0.12</version.jetty-->
liamfallon2c236402022-12-13 13:15:43 +000078 <version.json-simple>1.1.1</version.json-simple>
79 <version.json>20220924</version.json>
80 <version.junit-vintage>5.9.1</version.junit-vintage>
81 <version.junit>4.13.2</version.junit>
82 <version.kafka>3.3.1</version.kafka>
83 <version.log4j>2.17.1</version.log4j>
liamfallone5317482022-12-18 02:22:59 +000084 <!--version.log4j>2.19.0</version.log4j-->
liamfallon2c236402022-12-13 13:15:43 +000085 <version.logback>1.2.11</version.logback>
liamfallone5317482022-12-18 02:22:59 +000086 <!--version.logback>1.4.5</version.logback-->
liamfallon2c236402022-12-13 13:15:43 +000087 <version.lombok>1.18.24</version.lombok>
88 <version.mariadb>3.1.0</version.mariadb>
89 <version.medeia>1.1.1</version.medeia>
90 <version.mockito-all>1.10.19</version.mockito-all>
91 <version.mockito-core>3.7.7</version.mockito-core>
liamfallone5317482022-12-18 02:22:59 +000092 <!--version.mockito-core>4.9.0</version.mockito-core-->
liamfallon2c236402022-12-13 13:15:43 +000093 <version.mockserver>5.14.0</version.mockserver>
94 <version.netty>4.1.85.Final</version.netty>
95 <version.nsa-cambria>1.2.1-oss</version.nsa-cambria>
96 <version.nsa-sa-client>1.3.0-oss</version.nsa-sa-client>
97 <version.openpojo>0.9.1</version.openpojo>
98 <version.plexus>3.5.0</version.plexus>
99 <version.postgresql>42.5.1</version.postgresql>
100 <version.powermock>2.0.9</version.powermock>
101 <version.sdc>2.0.0</version.sdc>
102 <version.servlet>4.0.1</version.servlet>
103 <version.slf4j>1.7.30</version.slf4j>
liamfallone5317482022-12-18 02:22:59 +0000104 <!--version.slf4j>2.0.5</version.slf4j-->
liamfallon2c236402022-12-13 13:15:43 +0000105 <version.snakeyaml>1.33</version.snakeyaml>
106 <version.spring>5.3.22</version.spring>
liamfallone5317482022-12-18 02:22:59 +0000107 <!--version.spring>6.0.2</version.spring-->
liamfallon2c137f02023-01-23 12:05:50 +0000108 <version.springboot>2.7.8</version.springboot>
liamfallone5317482022-12-18 02:22:59 +0000109 <!--version.springboot>3.0.0</version.springboot-->
liamfallon2c236402022-12-13 13:15:43 +0000110 <version.springdoc>1.6.13</version.springdoc>
111 <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3>
112 <version.swagger.core.v3>2.2.7</version.swagger.core.v3>
113 <version.swagger>1.6.9</version.swagger>
114 <version.tomcat>9.0.62</version.tomcat>
liamfallone5317482022-12-18 02:22:59 +0000115 <!--version.tomcat>10.1.2</version.tomcat-->
liamfallon2c236402022-12-13 13:15:43 +0000116 <version.websocket>1.5.3</version.websocket>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100117 </properties>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100118 <distributionManagement>
119 <site>
120 <id>ecomp-site</id>
121 <url>dav:${onap.nexus.url}${sitePath}</url>
122 </site>
123 </distributionManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100124 <dependencyManagement>
125 <dependencies>
FrancescoFioraEstf180c632021-06-22 09:09:22 +0100126 <dependency>
liamfallon12332142021-07-15 14:59:06 +0100127 <groupId>org.onap.policy.parent</groupId>
128 <artifactId>policy-parent-resources</artifactId>
129 <version>${version.parent.resources}</version>
130 </dependency>
liamfallon12332142021-07-15 14:59:06 +0100131 <dependency>
FrancescoFioraEstf180c632021-06-22 09:09:22 +0100132 <groupId>jakarta.validation</groupId>
133 <artifactId>jakarta.validation-api</artifactId>
134 <version>${version.jakarta-api}</version>
135 </dependency>
Jim Hahn04cafa42020-10-29 15:08:27 -0400136 <!-- Jackson - needed by glassfish jersey -->
137 <dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100138 <groupId>com.fasterxml.jackson.core</groupId>
liamfallonc2e24ec2022-04-08 18:20:13 +0100139 <artifactId>jackson-annotations</artifactId>
140 <version>${version.jackson}</version>
141 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100142 <dependency>
Jim Hahn04cafa42020-10-29 15:08:27 -0400143 <groupId>com.fasterxml.jackson.module</groupId>
144 <artifactId>jackson-module-jaxb-annotations</artifactId>
liamfallonc2e24ec2022-04-08 18:20:13 +0100145 <version>${version.jackson}</version>
146 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100147 <dependency>
148 <groupId>com.fasterxml.jackson.module</groupId>
149 <artifactId>jackson-module-jsonSchema</artifactId>
150 <version>${version.jackson}</version>
151 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100152 <dependency>
153 <groupId>com.fasterxml.jackson.module</groupId>
154 <artifactId>jackson-module-parameter-names</artifactId>
155 <version>${version.jackson}</version>
156 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100157 <dependency>
158 <groupId>com.fasterxml.jackson.module</groupId>
159 <artifactId>jackson-module-scala_2.12</artifactId>
160 <version>${version.jackson}</version>
161 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100162 <dependency>
163 <groupId>com.fasterxml.jackson.dataformat</groupId>
164 <artifactId>jackson-dataformat-yaml</artifactId>
165 <version>${version.jackson}</version>
166 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100167 <dependency>
168 <groupId>com.fasterxml.jackson.dataformat</groupId>
169 <artifactId>jackson-dataformat-xml</artifactId>
170 <version>${version.jackson}</version>
171 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100172 <dependency>
173 <groupId>com.fasterxml.jackson.dataformat</groupId>
174 <artifactId>jackson-dataformat-csv</artifactId>
175 <version>${version.jackson}</version>
176 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100177 <dependency>
178 <groupId>com.fasterxml.jackson.datatype</groupId>
179 <artifactId>jackson-datatype-jdk8</artifactId>
180 <version>${version.jackson}</version>
181 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100182 <dependency>
183 <groupId>com.fasterxml.jackson.datatype</groupId>
184 <artifactId>jackson-datatype-jsr310</artifactId>
185 <version>${version.jackson}</version>
186 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100187 <dependency>
188 <groupId>com.fasterxml.jackson.datatype</groupId>
189 <artifactId>jackson-datatype-joda</artifactId>
190 <version>${version.jackson}</version>
191 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100192 <dependency>
193 <groupId>com.fasterxml.jackson.jaxrs</groupId>
194 <artifactId>jackson-jaxrs-base</artifactId>
195 <version>${version.jackson}</version>
196 </dependency>
liamfallonc2e24ec2022-04-08 18:20:13 +0100197 <dependency>
198 <groupId>com.fasterxml.jackson.jaxrs</groupId>
199 <artifactId>jackson-jaxrs-json-provider</artifactId>
200 <version>${version.jackson}</version>
Jim Hahn04cafa42020-10-29 15:08:27 -0400201 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000202 <!-- Jersey -->
203 <dependency>
204 <groupId>org.glassfish.jersey.core</groupId>
205 <artifactId>jersey-server</artifactId>
206 <version>${version.jersey}</version>
207 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000208 <dependency>
209 <groupId>org.glassfish.jersey.containers</groupId>
210 <artifactId>jersey-container-servlet-core</artifactId>
211 <version>${version.jersey}</version>
212 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000213 <dependency>
214 <groupId>org.glassfish.jersey.containers</groupId>
215 <artifactId>jersey-container-jetty-http</artifactId>
216 <version>${version.jersey}</version>
liamfallond50e8262019-10-31 17:10:30 +0000217 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000218 <dependency>
219 <groupId>org.glassfish.jersey.core</groupId>
220 <artifactId>jersey-client</artifactId>
221 <version>${version.jersey}</version>
222 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000223 <dependency>
224 <groupId>org.glassfish.jersey.core</groupId>
225 <artifactId>jersey-common</artifactId>
226 <version>${version.jersey}</version>
227 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000228 <dependency>
229 <groupId>org.glassfish.jersey.inject</groupId>
230 <artifactId>jersey-hk2</artifactId>
231 <version>${version.jersey}</version>
232 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000233 <dependency>
234 <groupId>org.glassfish.jersey.containers</groupId>
235 <artifactId>jersey-container-grizzly2-http</artifactId>
236 <version>${version.jersey}</version>
237 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000238 <dependency>
239 <groupId>org.glassfish.jersey.media</groupId>
240 <artifactId>jersey-media-moxy</artifactId>
241 <version>${version.jersey}</version>
242 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000243 <dependency>
Jim Hahn65beaa02020-08-27 20:11:28 +0000244 <groupId>org.glassfish.jersey.media</groupId>
245 <artifactId>jersey-media-json-jackson</artifactId>
246 <version>${version.jersey}</version>
247 </dependency>
Jim Hahn65beaa02020-08-27 20:11:28 +0000248 <dependency>
liamfallond50e8262019-10-31 17:10:30 +0000249 <groupId>org.glassfish.jersey.test-framework</groupId>
250 <artifactId>jersey-test-framework-core</artifactId>
251 <version>${version.jersey}</version>
252 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000253 <dependency>
254 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
255 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
256 <version>${version.jersey}</version>
257 </dependency>
liamfallond50e8262019-10-31 17:10:30 +0000258 <dependency>
259 <groupId>org.glassfish.jersey.media</groupId>
260 <artifactId>jersey-media-multipart</artifactId>
261 <version>${version.jersey}</version>
262 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000263 <dependency>
264 <groupId>org.glassfish</groupId>
265 <artifactId>javax.json</artifactId>
266 <version>${version.javax-json}</version>
267 </dependency>
268 <!-- Jetty -->
269 <dependency>
270 <groupId>org.eclipse.jetty</groupId>
271 <artifactId>jetty-http</artifactId>
272 <version>${version.jetty}</version>
273 </dependency>
274 <dependency>
275 <groupId>org.eclipse.jetty</groupId>
276 <artifactId>jetty-servlet</artifactId>
277 <version>${version.jetty}</version>
278 </dependency>
279 <dependency>
280 <groupId>org.eclipse.jetty</groupId>
281 <artifactId>jetty-servlets</artifactId>
282 <version>${version.jetty}</version>
283 </dependency>
284 <dependency>
285 <groupId>org.eclipse.jetty</groupId>
286 <artifactId>jetty-server</artifactId>
287 <version>${version.jetty}</version>
288 </dependency>
289 <dependency>
290 <groupId>org.eclipse.jetty</groupId>
291 <artifactId>jetty-security</artifactId>
292 <version>${version.jetty}</version>
293 </dependency>
Jim Hahnc80213e2020-04-03 16:33:39 -0400294 <!-- RE2J in lieu of java.util Pattern -->
295 <dependency>
296 <groupId>com.google.re2j</groupId>
297 <artifactId>re2j</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000298 <version>${version.google-re2j}</version>
Jim Hahnc80213e2020-04-03 16:33:39 -0400299 </dependency>
Pamela Dragoshb024e002018-09-04 13:57:39 -0400300 <!-- MariaDB -->
301 <dependency>
302 <groupId>org.mariadb.jdbc</groupId>
303 <artifactId>mariadb-java-client</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000304 <version>${version.mariadb}</version>
Pamela Dragoshb024e002018-09-04 13:57:39 -0400305 </dependency>
waynedunican405085d2022-01-19 08:18:25 +0000306 <!-- Postgres -->
307 <dependency>
308 <groupId>org.postgresql</groupId>
309 <artifactId>postgresql</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000310 <version>${version.postgresql}</version>
waynedunican405085d2022-01-19 08:18:25 +0000311 </dependency>
Sirisha_Manchikanti42ce17e2022-07-28 14:56:46 +0100312 <!-- Kafka -->
313 <dependency>
314 <groupId>org.apache.kafka</groupId>
315 <artifactId>kafka-clients</artifactId>
316 <version>${version.kafka}</version>
Sirisha_Manchikanti42ce17e2022-07-28 14:56:46 +0100317 </dependency>
Rashmi Pujar835c07c2021-11-30 00:46:24 -0500318 <!-- Prometheus Client Libraries -->
319 <dependency>
320 <groupId>io.prometheus</groupId>
321 <artifactId>simpleclient</artifactId>
322 <version>${version.io.prometheus}</version>
323 </dependency>
324 <dependency>
325 <groupId>io.prometheus</groupId>
326 <artifactId>simpleclient_hotspot</artifactId>
327 <version>${version.io.prometheus}</version>
328 </dependency>
329 <dependency>
330 <groupId>io.prometheus</groupId>
331 <artifactId>simpleclient_servlet</artifactId>
332 <version>${version.io.prometheus}</version>
333 </dependency>
jhh04a06dc2022-03-08 19:53:09 -0600334 <dependency>
335 <groupId>io.prometheus</groupId>
336 <artifactId>simpleclient_logback</artifactId>
337 <version>${version.io.prometheus}</version>
338 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100339 <!-- Swagger Jersey2 JAXRS -->
340 <dependency>
341 <groupId>io.swagger</groupId>
342 <artifactId>swagger-jersey2-jaxrs</artifactId>
HOCKLA6c595932020-01-02 09:20:42 -0600343 <version>${version.swagger}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100344 </dependency>
liamfalloneba43d82021-07-06 09:48:49 +0100345 <!-- Swagger Models -->
346 <dependency>
347 <groupId>io.swagger</groupId>
348 <artifactId>swagger-models</artifactId>
349 <version>${version.swagger}</version>
350 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000351 <dependency>
352 <groupId>io.swagger.core.v3</groupId>
353 <artifactId>swagger-models</artifactId>
354 <version>${version.swagger.core.v3}</version>
355 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100356 <!-- Encoder and decoders for various formats -->
357 <dependency>
358 <groupId>commons-codec</groupId>
359 <artifactId>commons-codec</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000360 <version>${version.commons-codec}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100361 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000362 <!-- Eclipselink -->
Jim Hahnc90028e2018-11-30 08:50:32 -0500363 <dependency>
364 <groupId>org.eclipse.persistence</groupId>
365 <artifactId>org.eclipse.persistence.jpa</artifactId>
366 <version>${version.eclipselink}</version>
367 </dependency>
Jim Hahnc90028e2018-11-30 08:50:32 -0500368 <dependency>
369 <groupId>org.eclipse.persistence</groupId>
370 <artifactId>eclipselink</artifactId>
371 <version>${version.eclipselink}</version>
372 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000373 <dependency>
374 <groupId>org.eclipse.persistence</groupId>
375 <artifactId>org.eclipse.persistence.core</artifactId>
376 <version>${version.eclipselink}</version>
377 </dependency>
378 <dependency>
379 <groupId>org.eclipse.persistence</groupId>
380 <artifactId>org.eclipse.persistence.oracle</artifactId>
381 <version>${version.eclipselink}</version>
382 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100383 <!-- Java Servlet API -->
384 <dependency>
385 <groupId>javax.servlet</groupId>
386 <artifactId>javax.servlet-api</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000387 <version>${version.servlet}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100388 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000389 <dependency>
390 <groupId>javax.xml.bind</groupId>
391 <artifactId>jaxb-api</artifactId>
392 <version>${version.bind-jaxb-api}</version>
393 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100394 <!-- HttpComponents Core (blocking I/O) -->
395 <dependency>
396 <groupId>org.apache.httpcomponents</groupId>
397 <artifactId>httpcore</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000398 <version>${version.httpcore}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100399 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100400 <!-- JSON marshalling and unmarshalling -->
401 <dependency>
402 <groupId>com.google.code.gson</groupId>
403 <artifactId>gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000404 <version>${version.gson}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100405 </dependency>
RossC31749442020-06-30 17:13:23 +0100406 <dependency>
407 <groupId>org.json</groupId>
408 <artifactId>json</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000409 <version>${version.json}</version>
RossC31749442020-06-30 17:13:23 +0100410 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000411 <dependency>
412 <groupId>com.worldturner.medeia</groupId>
413 <artifactId>medeia-validator-gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000414 <version>${version.medeia}</version>
liamfallonb4431042022-12-01 17:55:58 +0000415 </dependency>
Pamela Dragoshc80f9722019-02-28 09:42:30 -0500416 <!-- Lombok -->
417 <dependency>
418 <groupId>org.projectlombok</groupId>
419 <artifactId>lombok</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000420 <version>${version.lombok}</version>
Pamela Dragoshc80f9722019-02-28 09:42:30 -0500421 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100422 <!-- Logging -->
423 <dependency>
424 <groupId>org.slf4j</groupId>
425 <artifactId>slf4j-api</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000426 <version>${version.slf4j}</version>
RossC5587e072020-06-29 09:51:57 +0100427 </dependency>
428 <dependency>
429 <groupId>org.slf4j</groupId>
430 <artifactId>slf4j-ext</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000431 <version>${version.slf4j}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100432 </dependency>
433 <dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100434 <groupId>ch.qos.logback</groupId>
435 <artifactId>logback-core</artifactId>
436 <version>${version.logback}</version>
437 </dependency>
438 <dependency>
439 <groupId>ch.qos.logback</groupId>
440 <artifactId>logback-classic</artifactId>
441 <version>${version.logback}</version>
442 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000443 <dependency>
444 <groupId>org.apache.logging.log4j</groupId>
445 <artifactId>log4j-api</artifactId>
446 <version>${version.log4j}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.apache.logging.log4j</groupId>
450 <artifactId>log4j-to-slf4j</artifactId>
451 <version>${version.log4j}</version>
452 </dependency>
Pamela Dragosh8b3a99b2018-09-12 13:54:02 -0400453 <!-- Dmaap Client -->
454 <dependency>
455 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
456 <artifactId>dmaapClient</artifactId>
457 <version>${version.dmaap}</version>
liamfallonc2e24ec2022-04-08 18:20:13 +0100458 <exclusions>
459 <exclusion>
460 <groupId>org.slf4j</groupId>
461 <artifactId>slf4j-log4j12</artifactId>
462 </exclusion>
463 <exclusion>
464 <groupId>log4j</groupId>
465 <artifactId>log4j</artifactId>
466 </exclusion>
467 <exclusion>
468 <artifactId>apache-log4j-extras</artifactId>
469 <groupId>log4j</groupId>
470 </exclusion>
471 </exclusions>
Pamela Dragosh8b3a99b2018-09-12 13:54:02 -0400472 </dependency>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400473 <!-- CDS dependencies -->
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500474 <dependency>
k.kedron0d2a12f2021-07-21 09:24:03 +0200475 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400476 <artifactId>blueprint-proto</artifactId>
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500477 <version>${version.ccsdk}</version>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400478 <exclusions>
479 <exclusion>
480 <groupId>io.springfox</groupId>
481 <artifactId>springfox-boot-starter</artifactId>
482 </exclusion>
liamfallon0f2a5c42021-12-14 16:09:06 +0000483 <exclusion>
484 <groupId>org.apache.logging.log4j</groupId>
485 <artifactId>log4j-api</artifactId>
486 </exclusion>
487 <exclusion>
488 <groupId>org.apache.logging.log4j</groupId>
489 <artifactId>log4j-to-slf4j</artifactId>
490 </exclusion>
Rashmi Pujar6676c542021-06-01 17:31:43 -0400491 </exclusions>
Rashmi Pujar6ecd45c2019-11-21 13:05:36 -0500492 </dependency>
Pamela Dragosh711574b2018-09-18 08:39:23 -0400493 <!-- AAF Client -->
494 <dependency>
495 <groupId>org.onap.aaf.authz</groupId>
496 <artifactId>aaf-cadi-aaf</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000497 <version>${version.aaf}</version>
Utkarsh Jauhariafd0c372020-06-24 20:48:00 +0000498 <exclusions>
499 <exclusion>
500 <groupId>log4j</groupId>
501 <artifactId>log4j</artifactId>
502 </exclusion>
503 </exclusions>
Pamela Dragosh711574b2018-09-18 08:39:23 -0400504 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100505 <!-- Client library for Cambria event routing API -->
506 <dependency>
507 <groupId>com.att.nsa</groupId>
508 <artifactId>cambriaClient</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000509 <version>${version.nsa-cambria}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100510 </dependency>
511 <dependency>
512 <groupId>com.att.nsa</groupId>
513 <artifactId>saClientLibrary</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000514 <version>${version.nsa-sa-client}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100515 </dependency>
liamfallond859e902018-07-30 13:52:08 +0100516 <!-- Commons CLI for command line parsing -->
517 <dependency>
518 <groupId>commons-cli</groupId>
519 <artifactId>commons-cli</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000520 <version>${version.commons-cli}</version>
liamfallond859e902018-07-30 13:52:08 +0100521 </dependency>
liamfallon01c4d9c2018-09-11 11:44:34 +0100522 <!-- Web Sockets -->
523 <dependency>
524 <groupId>org.java-websocket</groupId>
525 <artifactId>Java-WebSocket</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000526 <version>${version.websocket}</version>
liamfallon01c4d9c2018-09-11 11:44:34 +0100527 </dependency>
Bruno Sakoto3a308612019-08-05 16:31:51 -0400528 <!-- SnakeYAML -->
529 <dependency>
530 <groupId>org.yaml</groupId>
531 <artifactId>snakeyaml</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000532 <version>${version.snakeyaml}</version>
Bruno Sakoto3a308612019-08-05 16:31:51 -0400533 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500534 <!-- Drools -->
jhhd8e186f2019-10-31 08:58:33 -0500535 <!--
536 Security Issues: 1 of 2
537 This dependency is trying to upgrade security fixes
538 identified. If it is removed or manipulated then please
539 fix the 2nd change as noted below.
540 -->
jhhd8e186f2019-10-31 08:58:33 -0500541 <dependency>
542 <groupId>org.codehaus.plexus</groupId>
543 <artifactId>plexus-utils</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000544 <version>${version.plexus}</version>
jhhd8e186f2019-10-31 08:58:33 -0500545 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500546 <dependency>
547 <groupId>org.kie</groupId>
548 <artifactId>kie-api</artifactId>
549 <version>${version.drools}</version>
550 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500551 <dependency>
552 <groupId>org.kie</groupId>
553 <artifactId>kie-ci</artifactId>
554 <version>${version.drools}</version>
jhhd8e186f2019-10-31 08:58:33 -0500555 <!--
556 Issue: 2 of 2
557 Excluding these 2 dependencies in order to force upgrade security fixes
558 identified. As declared above. Any changes here should be reflected above
559 and vice versa.
560 -->
jhhd8e186f2019-10-31 08:58:33 -0500561 <exclusions>
562 <exclusion>
563 <groupId>org.codehaus.plexus</groupId>
564 <artifactId>plexus-utils</artifactId>
565 </exclusion>
566 </exclusions>
567 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500568 <dependency>
569 <groupId>org.drools</groupId>
570 <artifactId>drools-core</artifactId>
571 <version>${version.drools}</version>
572 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500573 <dependency>
574 <groupId>org.drools</groupId>
jhh200d0d72023-01-26 09:48:54 -0600575 <artifactId>drools-engine</artifactId>
576 <version>${version.drools}</version>
577 </dependency>
578 <dependency>
579 <groupId>org.drools</groupId>
580 <artifactId>drools-xml-support</artifactId>
581 <version>${version.drools}</version>
582 </dependency>
583 <dependency>
584 <groupId>org.drools</groupId>
jhhd8e186f2019-10-31 08:58:33 -0500585 <artifactId>drools-persistence-jpa</artifactId>
586 <version>${version.drools}</version>
587 </dependency>
jhhd8e186f2019-10-31 08:58:33 -0500588 <dependency>
589 <groupId>org.drools</groupId>
590 <artifactId>drools-compiler</artifactId>
591 <version>${version.drools}</version>
592 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500593 <dependency>
594 <groupId>org.drools</groupId>
595 <artifactId>drools-verifier-drl</artifactId>
596 <version>${version.drools}</version>
597 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500598 <dependency>
599 <groupId>org.drools</groupId>
600 <artifactId>drools-verifier-api</artifactId>
601 <version>${version.drools}</version>
602 </dependency>
jhh6f69dcb2019-10-31 13:47:44 -0500603 <dependency>
604 <groupId>org.drools</groupId>
605 <artifactId>drools-verifier-core</artifactId>
606 <version>${version.drools}</version>
607 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100608 <!-- Mockserver -->
609 <dependency>
610 <groupId>org.mock-server</groupId>
611 <artifactId>mockserver-netty</artifactId>
612 <version>${version.mockserver}</version>
613 <scope>test</scope>
614 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100615 <dependency>
616 <groupId>org.mock-server</groupId>
617 <artifactId>mockserver-client-java</artifactId>
618 <version>${version.mockserver}</version>
619 <scope>test</scope>
620 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100621 <!-- Immutables -->
622 <dependency>
623 <groupId>org.immutables</groupId>
624 <artifactId>value</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000625 <version>${version.immutables}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100626 <scope>provided</scope>
627 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100628 <dependency>
629 <groupId>org.immutables</groupId>
630 <artifactId>gson</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000631 <version>${version.immutables}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100632 </dependency>
liamfallonb4431042022-12-01 17:55:58 +0000633 <!-- Springdoc -->
634 <dependency>
635 <groupId>org.springdoc</groupId>
636 <artifactId>springdoc-openapi-ui</artifactId>
637 <version>${version.springdoc}</version>
638 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100639 <!-- File upload -->
640 <dependency>
641 <groupId>commons-fileupload</groupId>
642 <artifactId>commons-fileupload</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000643 <version>${version.commons-fileupload}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100644 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100645 <dependency>
646 <groupId>org.onap.sdc.sdc-distribution-client</groupId>
647 <artifactId>sdc-distribution-client</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000648 <version>${version.sdc}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100649 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100650 <dependency>
liamfallon31d51572021-06-25 13:43:58 +0100651 <groupId>org.onap.sdc.sdc-tosca</groupId>
652 <artifactId>sdc-tosca</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000653 <version>${version.sdc}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100654 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100655 <dependency>
656 <groupId>org.jboss.spec.javax.ws.rs</groupId>
657 <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000658 <version>${version.jboss-jaxrs-api}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100659 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100660 <!-- Test dependencies -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100661 <!-- In memory Database Engine -->
662 <dependency>
663 <groupId>com.h2database</groupId>
664 <artifactId>h2</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000665 <version>${version.h2}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100666 <scope>test</scope>
667 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100668 <!-- JUNIT -->
669 <dependency>
670 <groupId>junit</groupId>
671 <artifactId>junit</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000672 <version>${version.junit}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100673 <scope>test</scope>
674 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100675 <!-- Junit vintage -->
676 <dependency>
677 <groupId>org.junit.vintage</groupId>
678 <artifactId>junit-vintage-engine</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000679 <version>${version.junit-vintage}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100680 <scope>test</scope>
681 </dependency>
Pamela Dragosh52499702019-03-03 16:56:56 -0500682 <!-- Cucumber Tests -->
683 <dependency>
684 <groupId>io.cucumber</groupId>
685 <artifactId>cucumber-java</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000686 <version>${version.cucumber}</version>
Pamela Dragosh52499702019-03-03 16:56:56 -0500687 <scope>test</scope>
688 </dependency>
689 <dependency>
690 <groupId>io.cucumber</groupId>
691 <artifactId>cucumber-junit</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000692 <version>${version.cucumber}</version>
Pamela Dragosh52499702019-03-03 16:56:56 -0500693 <scope>test</scope>
694 </dependency>
Jim Hahnc0e7c902019-02-11 09:22:10 -0500695 <!-- Exception testing -->
696 <dependency>
697 <groupId>org.assertj</groupId>
698 <artifactId>assertj-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000699 <version>${version.assertj}</version>
Jim Hahnc0e7c902019-02-11 09:22:10 -0500700 <scope>test</scope>
701 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100702 <!-- Mock libraries -->
703 <dependency>
HOCKLA6c595932020-01-02 09:20:42 -0600704 <groupId>com.openpojo</groupId>
705 <artifactId>openpojo</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000706 <version>${version.openpojo}</version>
HOCKLA6c595932020-01-02 09:20:42 -0600707 <scope>test</scope>
708 </dependency>
709 <dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100710 <groupId>org.mockito</groupId>
711 <artifactId>mockito-all</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000712 <version>${version.mockito-all}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100713 <scope>test</scope>
714 </dependency>
715 <dependency>
716 <groupId>org.powermock</groupId>
717 <artifactId>powermock-core</artifactId>
Jim Hahn66887de2018-09-26 09:41:31 -0400718 <version>${version.powermock}</version>
719 <scope>test</scope>
720 </dependency>
721 <dependency>
722 <groupId>org.powermock</groupId>
HOCKLA6c595932020-01-02 09:20:42 -0600723 <artifactId>powermock-api-mockito2</artifactId>
Jim Hahn66887de2018-09-26 09:41:31 -0400724 <version>${version.powermock}</version>
725 <scope>test</scope>
726 </dependency>
727 <dependency>
728 <groupId>org.powermock</groupId>
729 <artifactId>powermock-module-junit4</artifactId>
730 <version>${version.powermock}</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100731 <scope>test</scope>
732 </dependency>
ramverma1a1ce732018-08-27 11:48:50 +0100733 <dependency>
HOCKLA6c595932020-01-02 09:20:42 -0600734 <groupId>org.mockito</groupId>
735 <artifactId>mockito-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000736 <version>${version.mockito-core}</version>
ramverma1a1ce732018-08-27 11:48:50 +0100737 <scope>test</scope>
738 </dependency>
Pamela Dragoshc0b0ed62020-03-03 08:27:26 -0500739 <!-- Awaitility -->
740 <dependency>
741 <groupId>org.awaitility</groupId>
742 <artifactId>awaitility</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000743 <version>${version.awaitility}</version>
Pamela Dragoshc0b0ed62020-03-03 08:27:26 -0500744 <scope>test</scope>
745 </dependency>
Ram Krishna Vermab00006f2020-04-03 12:48:53 -0400746 <!-- Netty -->
747 <dependency>
748 <groupId>io.netty</groupId>
749 <artifactId>netty-all</artifactId>
750 <version>${version.netty}</version>
751 </dependency>
752 <dependency>
753 <groupId>io.netty</groupId>
liamfallon8119e5d2022-10-13 11:47:08 +0100754 <artifactId>netty-common</artifactId>
755 <version>${version.netty}</version>
756 </dependency>
757 <dependency>
758 <groupId>io.netty</groupId>
Ram Krishna Vermab00006f2020-04-03 12:48:53 -0400759 <artifactId>netty-codec-http2</artifactId>
760 <version>${version.netty}</version>
761 </dependency>
762 <dependency>
763 <groupId>io.netty</groupId>
764 <artifactId>netty-handler-proxy</artifactId>
765 <version>${version.netty}</version>
766 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100767 <!-- Apache Commons -->
RossCec1d3de2020-06-18 15:04:27 +0100768 <dependency>
769 <groupId>org.apache.commons</groupId>
770 <artifactId>commons-lang3</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000771 <version>${version.commons-lang3}</version>
RossCec1d3de2020-06-18 15:04:27 +0100772 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100773 <dependency>
RossCec1d3de2020-06-18 15:04:27 +0100774 <groupId>commons-io</groupId>
775 <artifactId>commons-io</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000776 <version>${version.commons-io}</version>
RossCec1d3de2020-06-18 15:04:27 +0100777 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100778 <dependency>
liamfallon31d51572021-06-25 13:43:58 +0100779 <groupId>org.apache.commons</groupId>
liamfallon971f70d2022-10-20 11:52:08 +0100780 <artifactId>commons-text</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000781 <version>${version.commons-text}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100782 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100783 <!-- Google Code -->
ryanSheehan1fb46f92021-06-11 17:24:06 +0100784 <dependency>
785 <groupId>com.googlecode.json-simple</groupId>
786 <artifactId>json-simple</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000787 <version>${version.json-simple}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100788 </dependency>
liamfallon971f70d2022-10-20 11:52:08 +0100789 <!-- Github -->
ryanSheehan1fb46f92021-06-11 17:24:06 +0100790 <dependency>
791 <groupId>com.github.docker-java</groupId>
792 <artifactId>docker-java-core</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000793 <version>${version.docker-java}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100794 <scope>test</scope>
795 </dependency>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100796 <dependency>
797 <groupId>com.github.docker-java</groupId>
798 <artifactId>docker-java</artifactId>
liamfallon2c236402022-12-13 13:15:43 +0000799 <version>${version.docker-java}</version>
ryanSheehan1fb46f92021-06-11 17:24:06 +0100800 <scope>test</scope>
801 </dependency>
liamfallon2c236402022-12-13 13:15:43 +0000802 <!-- Spring -->
803 <dependency>
804 <groupId>org.springframework</groupId>
805 <artifactId>spring-core</artifactId>
806 <version>${version.spring}</version>
807 </dependency>
808 <dependency>
809 <groupId>org.springframework</groupId>
810 <artifactId>spring-beans</artifactId>
811 <version>${version.spring}</version>
812 </dependency>
813 <dependency>
814 <groupId>org.springframework</groupId>
815 <artifactId>spring-expression</artifactId>
816 <version>${version.spring}</version>
817 </dependency>
818 <dependency>
819 <groupId>org.springframework</groupId>
820 <artifactId>spring-web</artifactId>
821 <version>${version.spring}</version>
822 </dependency>
823 <dependency>
824 <groupId>org.springframework</groupId>
825 <artifactId>spring-webmvc</artifactId>
826 <version>${version.spring}</version>
827 </dependency>
828 <dependency>
829 <groupId>org.springframework</groupId>
830 <artifactId>spring-jdbc</artifactId>
831 <version>${version.spring}</version>
832 </dependency>
833 <dependency>
834 <groupId>org.springframework</groupId>
835 <artifactId>spring-webflux</artifactId>
836 <version>${version.spring}</version>
837 </dependency>
liamfallon31d51572021-06-25 13:43:58 +0100838 <!-- Springboot -->
839 <dependency>
840 <groupId>org.springframework.boot</groupId>
841 <artifactId>spring-boot-starter-web</artifactId>
842 <version>${version.springboot}</version>
843 </dependency>
844 <dependency>
845 <groupId>org.springframework.boot</groupId>
846 <artifactId>spring-boot-starter-webflux</artifactId>
847 <version>${version.springboot}</version>
848 </dependency>
849 <dependency>
850 <groupId>org.springframework.boot</groupId>
851 <artifactId>spring-boot-starter-validation</artifactId>
852 <version>${version.springboot}</version>
853 </dependency>
854 <dependency>
855 <groupId>org.springframework.boot</groupId>
liamfallon7eaa3d22022-10-11 22:03:41 +0100856 <artifactId>spring-boot-starter-aop</artifactId>
857 <version>${version.springboot}</version>
858 </dependency>
859 <dependency>
860 <groupId>org.springframework.boot</groupId>
liamfallon31d51572021-06-25 13:43:58 +0100861 <artifactId>spring-boot-starter-test</artifactId>
862 <version>${version.springboot}</version>
863 <scope>test</scope>
864 </dependency>
865 <dependency>
866 <groupId>org.springframework.boot</groupId>
867 <artifactId>spring-boot-starter-security</artifactId>
868 <version>${version.springboot}</version>
869 </dependency>
liamfallon88263d62022-04-20 12:15:45 +0100870 <dependency>
871 <groupId>org.springframework.boot</groupId>
872 <artifactId>spring-boot-starter-data-jpa</artifactId>
873 <version>${version.springboot}</version>
874 </dependency>
875 <dependency>
876 <groupId>org.springframework.boot</groupId>
877 <artifactId>spring-boot-starter-tomcat</artifactId>
878 <version>${version.springboot}</version>
879 </dependency>
880 <dependency>
881 <groupId>org.springframework.boot</groupId>
liamfallon523f4742022-10-11 19:12:59 +0100882 <artifactId>spring-boot-starter-actuator</artifactId>
883 <version>${version.springboot}</version>
884 </dependency>
885 <dependency>
886 <groupId>org.springframework.boot</groupId>
liamfallon88263d62022-04-20 12:15:45 +0100887 <artifactId>spring-boot-autoconfigure</artifactId>
888 <version>${version.springboot}</version>
889 </dependency>
Ram Krishna Verma6d21cfb2022-02-15 12:00:31 -0500890 <!-- Hibernate -->
891 <dependency>
892 <groupId>org.hibernate</groupId>
893 <artifactId>hibernate-core</artifactId>
894 <version>${version.hibernate.core}</version>
895 </dependency>
liamfallon88263d62022-04-20 12:15:45 +0100896 <!-- Tomcat -->
897 <dependency>
liamfallon88263d62022-04-20 12:15:45 +0100898 <groupId>org.apache.tomcat.embed</groupId>
liamfallon7cceef22022-04-22 11:09:25 +0100899 <artifactId>tomcat-embed-core</artifactId>
900 <version>${version.tomcat}</version>
901 </dependency>
902 <dependency>
liamfallon2c236402022-12-13 13:15:43 +0000903 <groupId>org.apache.tomcat</groupId>
904 <artifactId>tomcat-annotations-api</artifactId>
905 <version>${version.tomcat}</version>
906 </dependency>
907 <dependency>
liamfallon7cceef22022-04-22 11:09:25 +0100908 <groupId>org.apache.tomcat.embed</groupId>
liamfallon88263d62022-04-20 12:15:45 +0100909 <artifactId>tomcat-embed-el</artifactId>
910 <version>${version.tomcat}</version>
911 </dependency>
912 <dependency>
913 <groupId>org.apache.tomcat.embed</groupId>
914 <artifactId>tomcat-embed-websocket</artifactId>
915 <version>${version.tomcat}</version>
916 </dependency>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100917 </dependencies>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100918 </dependencyManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +0100919 <scm>
920 <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
921 <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>
922 <tag>HEAD</tag>
923 <url>https://wiki.onap.org/display/DW/Integration+Project</url>
924 </scm>
Jim Hahna91d7532021-03-12 10:01:53 -0500925 <profiles>
926 <profile>
927 <id>m2e</id>
928 <!-- This profile is only active when the property "m2e.version" is set,
929 which is the case when building in Eclipse with m2e. -->
930 <activation>
931 <property>
932 <name>m2e.version</name>
933 </property>
934 </activation>
935 <build>
936 <pluginManagement>
937 <plugins>
938 <plugin>
939 <groupId>org.eclipse.m2e</groupId>
940 <artifactId>lifecycle-mapping</artifactId>
941 <version>1.0.0</version>
942 <configuration>
943 <lifecycleMappingMetadata>
944 <pluginExecutions>
945 <pluginExecution>
946 <pluginExecutionFilter>
947 <groupId>org.apache.maven.plugins</groupId>
948 <artifactId>maven-checkstyle-plugin</artifactId>
949 <versionRange>2.17,)</versionRange>
950 <goals>
951 <goal>check</goal>
952 </goals>
953 </pluginExecutionFilter>
954 <action>
955 <ignore />
956 </action>
957 </pluginExecution>
Jim Hahn12b4a9b2021-03-12 18:19:39 -0500958 <pluginExecution>
959 <pluginExecutionFilter>
liamfallon7c5702f2022-09-16 20:06:13 +0100960 <groupId>org.apache.maven.plugins</groupId>
961 <artifactId>maven-remote-resources-plugin</artifactId>
962 <versionRange>3.0.0,)</versionRange>
963 <goals>
964 <goal>bundle</goal>
965 <goal>process</goal>
966 </goals>
967 </pluginExecutionFilter>
968 <action>
969 <ignore />
970 </action>
971 </pluginExecution>
972 <pluginExecution>
973 <pluginExecutionFilter>
Jim Hahn12b4a9b2021-03-12 18:19:39 -0500974 <groupId>org.jacoco</groupId>
975 <artifactId>jacoco-maven-plugin</artifactId>
976 <versionRange>[0.7.1.201405082137,)</versionRange>
977 <goals>
978 <goal>prepare-agent</goal>
979 </goals>
980 </pluginExecutionFilter>
981 <action>
982 <ignore />
983 </action>
984 </pluginExecution>
liamfallonce570ea2021-05-28 14:38:45 +0100985 <pluginExecution>
986 <pluginExecutionFilter>
987 <groupId>de.jpdigital</groupId>
988 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
liamfallond738ae72021-06-07 15:49:46 +0100989 <versionRange>[2.2.0,)</versionRange>
liamfallonce570ea2021-05-28 14:38:45 +0100990 <goals>
991 <goal>gen-ddl</goal>
992 </goals>
993 </pluginExecutionFilter>
994 <action>
995 <ignore />
996 </action>
997 </pluginExecution>
998 <pluginExecution>
999 <pluginExecutionFilter>
1000 <groupId>org.codehaus.groovy.maven</groupId>
1001 <artifactId>gmaven-plugin</artifactId>
1002 <versionRange>[1.0,)</versionRange>
1003 <goals>
1004 <goal>execute</goal>
1005 </goals>
1006 </pluginExecutionFilter>
1007 <action>
1008 <ignore />
1009 </action>
1010 </pluginExecution>
1011 <pluginExecution>
1012 <pluginExecutionFilter>
1013 <groupId>org.codehaus.mojo</groupId>
1014 <artifactId>exec-maven-plugin</artifactId>
1015 <versionRange>[3.0.0,)</versionRange>
1016 <goals>
1017 <goal>exec</goal>
1018 </goals>
1019 </pluginExecutionFilter>
1020 <action>
1021 <ignore />
1022 </action>
1023 </pluginExecution>
1024 <pluginExecution>
1025 <pluginExecutionFilter>
1026 <groupId>org.codehaus.mojo</groupId>
1027 <artifactId>keytool-maven-plugin</artifactId>
1028 <versionRange>[1.5.0,)</versionRange>
1029 <goals>
1030 <goal>generateKeyPair</goal>
1031 </goals>
1032 </pluginExecutionFilter>
1033 <action>
1034 <ignore />
1035 </action>
1036 </pluginExecution>
liamfallond738ae72021-06-07 15:49:46 +01001037 <pluginExecution>
1038 <pluginExecutionFilter>
1039 <groupId>com.github.eirslett</groupId>
1040 <artifactId>frontend-maven-plugin</artifactId>
1041 <versionRange>[1.11.0,)</versionRange>
1042 <goals>
1043 <goal>npm</goal>
1044 </goals>
1045 </pluginExecutionFilter>
1046 <action>
1047 <ignore />
1048 </action>
1049 </pluginExecution>
liamfallonb4431042022-12-01 17:55:58 +00001050 <pluginExecution>
1051 <pluginExecutionFilter>
1052 <groupId>io.swagger.codegen.v3</groupId>
1053 <artifactId>swagger-codegen-maven-plugin</artifactId>
1054 <versionRange>[3.0.0,)</versionRange>
1055 <goals>
1056 <goal>generate</goal>
1057 </goals>
1058 </pluginExecutionFilter>
1059 <action>
1060 <ignore />
1061 </action>
1062 </pluginExecution>
Jim Hahna91d7532021-03-12 10:01:53 -05001063 </pluginExecutions>
1064 </lifecycleMappingMetadata>
1065 </configuration>
1066 </plugin>
1067 </plugins>
1068 </pluginManagement>
1069 </build>
1070 </profile>
1071 </profiles>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001072 <build>
Jim Hahn8da51102021-03-08 14:27:34 -05001073 <extensions>
1074 <extension>
1075 <groupId>org.apache.maven.archetype</groupId>
1076 <artifactId>archetype-packaging</artifactId>
1077 <version>3.2.0</version>
1078 </extension>
1079 </extensions>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001080 <pluginManagement>
1081 <plugins>
1082 <plugin>
1083 <groupId>org.codehaus.mojo</groupId>
1084 <artifactId>versions-maven-plugin</artifactId>
Jim Hahn893108d2021-02-22 12:57:33 -05001085 <version>2.8.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001086 </plugin>
1087 <plugin>
1088 <groupId>org.apache.maven.plugins</groupId>
1089 <artifactId>maven-dependency-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001090 <version>3.1.2</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001091 </plugin>
1092 <plugin>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001093 <!-- THIS PLUGIN IS RETIRED -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001094 <groupId>org.apache.maven.plugins</groupId>
1095 <artifactId>maven-reactor-plugin</artifactId>
1096 <version>1.1</version>
1097 </plugin>
1098 <plugin>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001099 <!-- THIS PLUGIN IS RETIRED -->
1100 <!-- Advise to use m2e -->
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001101 <groupId>org.apache.maven.plugins</groupId>
1102 <artifactId>maven-eclipse-plugin</artifactId>
1103 <version>2.10</version>
1104 </plugin>
1105 <plugin>
1106 <groupId>org.apache.maven.plugins</groupId>
1107 <artifactId>maven-install-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001108 <version>3.0.0-M1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001109 </plugin>
1110 <plugin>
1111 <groupId>org.apache.maven.plugins</groupId>
1112 <artifactId>maven-resources-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001113 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001114 </plugin>
1115 <plugin>
1116 <groupId>org.apache.maven.plugins</groupId>
1117 <artifactId>maven-source-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001118 <version>3.2.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001119 </plugin>
1120 <plugin>
1121 <groupId>org.apache.maven.plugins</groupId>
1122 <artifactId>maven-release-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001123 <version>3.0.0-M1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001124 </plugin>
1125 <plugin>
1126 <groupId>org.apache.maven.plugins</groupId>
1127 <artifactId>maven-assembly-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001128 <version>3.3.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001129 </plugin>
1130 <plugin>
1131 <groupId>org.apache.maven.plugins</groupId>
1132 <artifactId>maven-jar-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001133 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001134 </plugin>
1135 <plugin>
1136 <groupId>org.apache.maven.plugins</groupId>
1137 <artifactId>maven-javadoc-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001138 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001139 </plugin>
1140 <plugin>
1141 <groupId>org.apache.maven.plugins</groupId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001142 <artifactId>maven-shade-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001143 <version>3.2.4</version>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001144 </plugin>
1145 <plugin>
1146 <groupId>org.apache.maven.plugins</groupId>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001147 <artifactId>maven-archetype-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001148 <version>3.2.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001149 </plugin>
1150 <plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001151 <groupId>com.coderplus.maven.plugins</groupId>
1152 <artifactId>copy-rename-maven-plugin</artifactId>
1153 <version>1.0.1</version>
1154 </plugin>
1155 <plugin>
1156 <groupId>org.apache.maven.plugins</groupId>
1157 <artifactId>maven-compiler-plugin</artifactId>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001158 <version>3.8.1</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001159 <configuration>
1160 <encoding>${project.build.sourceEncoding}</encoding>
HOCKLA4b7e2702019-12-10 09:54:48 -06001161 <release>${java.version}</release>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001162 </configuration>
1163 </plugin>
1164 <plugin>
1165 <groupId>org.codehaus.mojo</groupId>
1166 <artifactId>exec-maven-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001167 <version>3.0.0</version>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001168 </plugin>
ramverma2a7fa3a2018-07-13 16:19:55 +01001169 <plugin>
1170 <groupId>org.apache.maven.plugins</groupId>
1171 <artifactId>maven-war-plugin</artifactId>
Jim Hahneb1df922021-01-19 16:23:57 -05001172 <version>3.3.1</version>
Pamela Dragoshd7a43652019-11-08 14:49:19 -05001173 </plugin>
1174 <plugin>
1175 <groupId>io.fabric8</groupId>
1176 <artifactId>docker-maven-plugin</artifactId>
liamfallona2612c42022-07-15 10:14:25 +01001177 <version>0.40.1</version>
ramverma2a7fa3a2018-07-13 16:19:55 +01001178 </plugin>
jhhd8e186f2019-10-31 08:58:33 -05001179 <plugin>
1180 <groupId>org.kie</groupId>
1181 <artifactId>kie-maven-plugin</artifactId>
1182 <version>${version.drools}</version>
1183 <extensions>true</extensions>
1184 </plugin>
ryanSheehan1fb46f92021-06-11 17:24:06 +01001185 <plugin>
1186 <groupId>org.springframework.boot</groupId>
1187 <artifactId>spring-boot-maven-plugin</artifactId>
1188 <version>${version.springboot}</version>
1189 </plugin>
danielhanrahan55321352022-11-25 13:29:43 +00001190 <plugin>
1191 <groupId>io.github.git-commit-id</groupId>
1192 <artifactId>git-commit-id-maven-plugin</artifactId>
1193 <version>5.0.0</version>
1194 <executions>
1195 <execution>
1196 <goals>
1197 <goal>revision</goal>
1198 </goals>
1199 </execution>
1200 </executions>
1201 <configuration>
1202 <skipPoms>false</skipPoms>
1203 <generateGitPropertiesFile>false</generateGitPropertiesFile>
1204 <includeOnlyProperties>
1205 <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
1206 <includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
1207 </includeOnlyProperties>
1208 <commitIdGenerationMode>full</commitIdGenerationMode>
1209 <dateFormat>yyyy-MM-dd'T'HH:mm:ss.SSS'Z'</dateFormat>
1210 <dateFormatTimeZone>UTC</dateFormatTimeZone>
1211 </configuration>
1212 </plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001213 </plugins>
1214 </pluginManagement>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001215 <plugins>
1216 <plugin>
1217 <groupId>org.apache.maven.plugins</groupId>
1218 <artifactId>maven-compiler-plugin</artifactId>
1219 <configuration>
1220 <encoding>${project.build.sourceEncoding}</encoding>
1221 <source>${java.version}</source>
1222 <target>${java.version}</target>
1223 </configuration>
1224 </plugin>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001225 <plugin>
1226 <groupId>org.jacoco</groupId>
1227 <artifactId>jacoco-maven-plugin</artifactId>
1228 <executions>
1229 <execution>
1230 <id>pre-unit-test</id>
1231 <goals>
1232 <goal>prepare-agent</goal>
1233 </goals>
1234 <configuration>
1235 <destFile>${jacoco.dataFile}</destFile>
1236 <append>true</append>
1237 </configuration>
1238 </execution>
1239 <execution>
1240 <id>post-unit-test</id>
1241 <phase>test</phase>
1242 <goals>
1243 <goal>report</goal>
1244 </goals>
1245 <configuration>
1246 <dataFile>${jacoco.dataFile}</dataFile>
1247 </configuration>
1248 </execution>
1249 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001250 <id>pre-integration-test</id>
1251 <phase>pre-integration-test</phase>
1252 <goals>
1253 <goal>prepare-agent</goal>
1254 </goals>
1255 <configuration>
1256 <skip>true</skip>
1257 </configuration>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001258 </execution>
1259 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001260 <id>post-integration-test</id>
1261 <phase>post-integration-test</phase>
1262 <goals>
1263 <goal>report</goal>
1264 </goals>
1265 <configuration>
1266 <skip>true</skip>
1267 </configuration>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001268 </execution>
Pamela Dragoshed57ed22020-01-16 14:38:07 -05001269 <execution>
liamfallonce570ea2021-05-28 14:38:45 +01001270 <id>report-aggregate</id>
1271 <phase>prepare-package</phase>
1272 <goals>
1273 <goal>report-aggregate</goal>
1274 </goals>
Pamela Dragoshed57ed22020-01-16 14:38:07 -05001275 </execution>
Pamela Dragoshc1935db2020-01-14 14:11:20 -05001276 </executions>
1277 </plugin>
liamfallon324700e2020-06-18 11:45:14 +01001278 <plugin>
1279 <artifactId>maven-checkstyle-plugin</artifactId>
1280 <executions>
1281 <execution>
1282 <id>onap-license</id>
1283 <goals>
1284 <goal>check</goal>
1285 </goals>
1286 <phase>process-sources</phase>
1287 <configuration>
1288 <configLocation>onap-checkstyle/check-license.xml</configLocation>
1289 <includeResources>false</includeResources>
1290 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1291 <includeTestResources>false</includeTestResources>
1292 <sourceDirectories>
1293 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1294 </sourceDirectories>
1295 <consoleOutput>true</consoleOutput>
1296 <failOnViolation>true</failOnViolation>
1297 <violationSeverity>warning</violationSeverity>
1298 </configuration>
1299 </execution>
1300 <execution>
1301 <id>onap-java-style</id>
1302 <goals>
1303 <goal>check</goal>
1304 </goals>
1305 <phase>process-sources</phase>
1306 <configuration>
1307 <!-- Use Google Java Style Guide:
1308 https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
1309 with minor changes -->
1310 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
1311 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated
1312 sources directory -->
1313 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
1314 <includeResources>true</includeResources>
1315 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1316 <includeTestResources>true</includeTestResources>
liamfallonb4431042022-12-01 17:55:58 +00001317 <excludes></excludes>
liamfallon324700e2020-06-18 11:45:14 +01001318 <consoleOutput>true</consoleOutput>
1319 <failOnViolation>true</failOnViolation>
1320 <violationSeverity>warning</violationSeverity>
1321 </configuration>
1322 </execution>
1323 </executions>
1324 <dependencies>
1325 <dependency>
1326 <groupId>org.onap.oparent</groupId>
1327 <artifactId>checkstyle</artifactId>
1328 <version>${oparent.version}</version>
1329 <scope>compile</scope>
1330 </dependency>
1331 </dependencies>
1332 </plugin>
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001333 </plugins>
1334 </build>
liamfallon0f2a5c42021-12-14 16:09:06 +00001335</project>