eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
jhh | 200d0d7 | 2023-01-26 09:48:54 -0600 | [diff] [blame^] | 4 | Modifications Copyright (C) 2018-2023 AT&T. All rights reserved. |
liamfallon | 1daae3e | 2022-01-05 12:46:27 +0000 | [diff] [blame] | 5 | Modifications Copyright (C) 2019-2022 Nordix Foundation. |
a.sreekumar | 7f173a8 | 2022-02-07 11:17:11 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2020-2022 Bell Canada. |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 7 | ================================================================================ |
| 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 | --> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 23 | <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"> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
| 26 | <groupId>org.onap.policy.parent</groupId> |
| 27 | <artifactId>policy-parent</artifactId> |
liamfallon | 2d53429 | 2022-12-15 09:57:54 +0000 | [diff] [blame] | 28 | <version>3.7.1-SNAPSHOT</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 29 | </parent> |
| 30 | <artifactId>integration</artifactId> |
| 31 | <packaging>pom</packaging> |
| 32 | <name>Policy Integration POM</name> |
| 33 | <description>Policy Integration POM</description> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 34 | <properties> |
HOCKLA | 4b7e270 | 2019-12-10 09:54:48 -0600 | [diff] [blame] | 35 | <java.version>11</java.version> |
liamfallon | 7c5702f | 2022-09-16 20:06:13 +0100 | [diff] [blame] | 36 | <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> |
liamfallon | 2d53429 | 2022-12-15 09:57:54 +0000 | [diff] [blame] | 37 | <version.parent.resources>3.7.1-SNAPSHOT</version.parent.resources> |
Pamela Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 38 | <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
Jim Hahn | b047465 | 2021-04-09 12:38:43 -0400 | [diff] [blame] | 39 | <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> |
Jim Hahn | 0b49a67 | 2021-07-19 14:42:19 -0400 | [diff] [blame] | 40 | <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry> |
| 41 | <docker.push.registry>nexus3.onap.org:10003</docker.push.registry> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 42 | <!-- 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> |
jhh | 200d0d7 | 2023-01-26 09:48:54 -0600 | [diff] [blame^] | 57 | <version.drools>8.32.0.Final</version.drools> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 58 | <version.eclipselink>2.7.8</version.eclipselink> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 59 | <!--version.eclipselink>4.0.0</version.eclipselink--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 60 | <version.google-re2j>1.7</version.google-re2j> |
| 61 | <version.gson>2.10</version.gson> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 62 | <version.h2>2.1.214</version.h2> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 63 | <version.hibernate.core>5.4.31.Final</version.hibernate.core> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 64 | <!--version.hibernate.core>6.1.5.Final</version.hibernate.core--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 65 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 71 | <!--version.jakarta-api>3.0.2</version.jakarta-api--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 72 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 75 | <!--version.jersey>3.1.0</version.jersey--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 76 | <version.jetty>9.4.48.v20220622</version.jetty> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 77 | <!--version.jetty>11.0.12</version.jetty--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 78 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 84 | <!--version.log4j>2.19.0</version.log4j--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 85 | <version.logback>1.2.11</version.logback> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 86 | <!--version.logback>1.4.5</version.logback--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 87 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 92 | <!--version.mockito-core>4.9.0</version.mockito-core--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 93 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 104 | <!--version.slf4j>2.0.5</version.slf4j--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 105 | <version.snakeyaml>1.33</version.snakeyaml> |
| 106 | <version.spring>5.3.22</version.spring> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 107 | <!--version.spring>6.0.2</version.spring--> |
liamfallon | 2c137f0 | 2023-01-23 12:05:50 +0000 | [diff] [blame] | 108 | <version.springboot>2.7.8</version.springboot> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 109 | <!--version.springboot>3.0.0</version.springboot--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 110 | <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> |
liamfallon | e531748 | 2022-12-18 02:22:59 +0000 | [diff] [blame] | 115 | <!--version.tomcat>10.1.2</version.tomcat--> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 116 | <version.websocket>1.5.3</version.websocket> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 117 | </properties> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 118 | <distributionManagement> |
| 119 | <site> |
| 120 | <id>ecomp-site</id> |
| 121 | <url>dav:${onap.nexus.url}${sitePath}</url> |
| 122 | </site> |
| 123 | </distributionManagement> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 124 | <dependencyManagement> |
| 125 | <dependencies> |
FrancescoFioraEst | f180c63 | 2021-06-22 09:09:22 +0100 | [diff] [blame] | 126 | <dependency> |
liamfallon | 1233214 | 2021-07-15 14:59:06 +0100 | [diff] [blame] | 127 | <groupId>org.onap.policy.parent</groupId> |
| 128 | <artifactId>policy-parent-resources</artifactId> |
| 129 | <version>${version.parent.resources}</version> |
| 130 | </dependency> |
liamfallon | 1233214 | 2021-07-15 14:59:06 +0100 | [diff] [blame] | 131 | <dependency> |
FrancescoFioraEst | f180c63 | 2021-06-22 09:09:22 +0100 | [diff] [blame] | 132 | <groupId>jakarta.validation</groupId> |
| 133 | <artifactId>jakarta.validation-api</artifactId> |
| 134 | <version>${version.jakarta-api}</version> |
| 135 | </dependency> |
Jim Hahn | 04cafa4 | 2020-10-29 15:08:27 -0400 | [diff] [blame] | 136 | <!-- Jackson - needed by glassfish jersey --> |
| 137 | <dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 138 | <groupId>com.fasterxml.jackson.core</groupId> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 139 | <artifactId>jackson-annotations</artifactId> |
| 140 | <version>${version.jackson}</version> |
| 141 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 142 | <dependency> |
Jim Hahn | 04cafa4 | 2020-10-29 15:08:27 -0400 | [diff] [blame] | 143 | <groupId>com.fasterxml.jackson.module</groupId> |
| 144 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 145 | <version>${version.jackson}</version> |
| 146 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 147 | <dependency> |
| 148 | <groupId>com.fasterxml.jackson.module</groupId> |
| 149 | <artifactId>jackson-module-jsonSchema</artifactId> |
| 150 | <version>${version.jackson}</version> |
| 151 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 152 | <dependency> |
| 153 | <groupId>com.fasterxml.jackson.module</groupId> |
| 154 | <artifactId>jackson-module-parameter-names</artifactId> |
| 155 | <version>${version.jackson}</version> |
| 156 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 157 | <dependency> |
| 158 | <groupId>com.fasterxml.jackson.module</groupId> |
| 159 | <artifactId>jackson-module-scala_2.12</artifactId> |
| 160 | <version>${version.jackson}</version> |
| 161 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 162 | <dependency> |
| 163 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 164 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 165 | <version>${version.jackson}</version> |
| 166 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 167 | <dependency> |
| 168 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 169 | <artifactId>jackson-dataformat-xml</artifactId> |
| 170 | <version>${version.jackson}</version> |
| 171 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 172 | <dependency> |
| 173 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 174 | <artifactId>jackson-dataformat-csv</artifactId> |
| 175 | <version>${version.jackson}</version> |
| 176 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 177 | <dependency> |
| 178 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 179 | <artifactId>jackson-datatype-jdk8</artifactId> |
| 180 | <version>${version.jackson}</version> |
| 181 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 182 | <dependency> |
| 183 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 184 | <artifactId>jackson-datatype-jsr310</artifactId> |
| 185 | <version>${version.jackson}</version> |
| 186 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 187 | <dependency> |
| 188 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 189 | <artifactId>jackson-datatype-joda</artifactId> |
| 190 | <version>${version.jackson}</version> |
| 191 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 192 | <dependency> |
| 193 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 194 | <artifactId>jackson-jaxrs-base</artifactId> |
| 195 | <version>${version.jackson}</version> |
| 196 | </dependency> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 197 | <dependency> |
| 198 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 199 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 200 | <version>${version.jackson}</version> |
Jim Hahn | 04cafa4 | 2020-10-29 15:08:27 -0400 | [diff] [blame] | 201 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 202 | <!-- Jersey --> |
| 203 | <dependency> |
| 204 | <groupId>org.glassfish.jersey.core</groupId> |
| 205 | <artifactId>jersey-server</artifactId> |
| 206 | <version>${version.jersey}</version> |
| 207 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 208 | <dependency> |
| 209 | <groupId>org.glassfish.jersey.containers</groupId> |
| 210 | <artifactId>jersey-container-servlet-core</artifactId> |
| 211 | <version>${version.jersey}</version> |
| 212 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 213 | <dependency> |
| 214 | <groupId>org.glassfish.jersey.containers</groupId> |
| 215 | <artifactId>jersey-container-jetty-http</artifactId> |
| 216 | <version>${version.jersey}</version> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 217 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 218 | <dependency> |
| 219 | <groupId>org.glassfish.jersey.core</groupId> |
| 220 | <artifactId>jersey-client</artifactId> |
| 221 | <version>${version.jersey}</version> |
| 222 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 223 | <dependency> |
| 224 | <groupId>org.glassfish.jersey.core</groupId> |
| 225 | <artifactId>jersey-common</artifactId> |
| 226 | <version>${version.jersey}</version> |
| 227 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 228 | <dependency> |
| 229 | <groupId>org.glassfish.jersey.inject</groupId> |
| 230 | <artifactId>jersey-hk2</artifactId> |
| 231 | <version>${version.jersey}</version> |
| 232 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 233 | <dependency> |
| 234 | <groupId>org.glassfish.jersey.containers</groupId> |
| 235 | <artifactId>jersey-container-grizzly2-http</artifactId> |
| 236 | <version>${version.jersey}</version> |
| 237 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 238 | <dependency> |
| 239 | <groupId>org.glassfish.jersey.media</groupId> |
| 240 | <artifactId>jersey-media-moxy</artifactId> |
| 241 | <version>${version.jersey}</version> |
| 242 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 243 | <dependency> |
Jim Hahn | 65beaa0 | 2020-08-27 20:11:28 +0000 | [diff] [blame] | 244 | <groupId>org.glassfish.jersey.media</groupId> |
| 245 | <artifactId>jersey-media-json-jackson</artifactId> |
| 246 | <version>${version.jersey}</version> |
| 247 | </dependency> |
Jim Hahn | 65beaa0 | 2020-08-27 20:11:28 +0000 | [diff] [blame] | 248 | <dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 249 | <groupId>org.glassfish.jersey.test-framework</groupId> |
| 250 | <artifactId>jersey-test-framework-core</artifactId> |
| 251 | <version>${version.jersey}</version> |
| 252 | </dependency> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 253 | <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> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 258 | <dependency> |
| 259 | <groupId>org.glassfish.jersey.media</groupId> |
| 260 | <artifactId>jersey-media-multipart</artifactId> |
| 261 | <version>${version.jersey}</version> |
| 262 | </dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 263 | <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 Hahn | c80213e | 2020-04-03 16:33:39 -0400 | [diff] [blame] | 294 | <!-- RE2J in lieu of java.util Pattern --> |
| 295 | <dependency> |
| 296 | <groupId>com.google.re2j</groupId> |
| 297 | <artifactId>re2j</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 298 | <version>${version.google-re2j}</version> |
Jim Hahn | c80213e | 2020-04-03 16:33:39 -0400 | [diff] [blame] | 299 | </dependency> |
Pamela Dragosh | b024e00 | 2018-09-04 13:57:39 -0400 | [diff] [blame] | 300 | <!-- MariaDB --> |
| 301 | <dependency> |
| 302 | <groupId>org.mariadb.jdbc</groupId> |
| 303 | <artifactId>mariadb-java-client</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 304 | <version>${version.mariadb}</version> |
Pamela Dragosh | b024e00 | 2018-09-04 13:57:39 -0400 | [diff] [blame] | 305 | </dependency> |
waynedunican | 405085d | 2022-01-19 08:18:25 +0000 | [diff] [blame] | 306 | <!-- Postgres --> |
| 307 | <dependency> |
| 308 | <groupId>org.postgresql</groupId> |
| 309 | <artifactId>postgresql</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 310 | <version>${version.postgresql}</version> |
waynedunican | 405085d | 2022-01-19 08:18:25 +0000 | [diff] [blame] | 311 | </dependency> |
Sirisha_Manchikanti | 42ce17e | 2022-07-28 14:56:46 +0100 | [diff] [blame] | 312 | <!-- Kafka --> |
| 313 | <dependency> |
| 314 | <groupId>org.apache.kafka</groupId> |
| 315 | <artifactId>kafka-clients</artifactId> |
| 316 | <version>${version.kafka}</version> |
Sirisha_Manchikanti | 42ce17e | 2022-07-28 14:56:46 +0100 | [diff] [blame] | 317 | </dependency> |
Rashmi Pujar | 835c07c | 2021-11-30 00:46:24 -0500 | [diff] [blame] | 318 | <!-- 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> |
jhh | 04a06dc | 2022-03-08 19:53:09 -0600 | [diff] [blame] | 334 | <dependency> |
| 335 | <groupId>io.prometheus</groupId> |
| 336 | <artifactId>simpleclient_logback</artifactId> |
| 337 | <version>${version.io.prometheus}</version> |
| 338 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 339 | <!-- Swagger Jersey2 JAXRS --> |
| 340 | <dependency> |
| 341 | <groupId>io.swagger</groupId> |
| 342 | <artifactId>swagger-jersey2-jaxrs</artifactId> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 343 | <version>${version.swagger}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 344 | </dependency> |
liamfallon | eba43d8 | 2021-07-06 09:48:49 +0100 | [diff] [blame] | 345 | <!-- Swagger Models --> |
| 346 | <dependency> |
| 347 | <groupId>io.swagger</groupId> |
| 348 | <artifactId>swagger-models</artifactId> |
| 349 | <version>${version.swagger}</version> |
| 350 | </dependency> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 351 | <dependency> |
| 352 | <groupId>io.swagger.core.v3</groupId> |
| 353 | <artifactId>swagger-models</artifactId> |
| 354 | <version>${version.swagger.core.v3}</version> |
| 355 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 356 | <!-- Encoder and decoders for various formats --> |
| 357 | <dependency> |
| 358 | <groupId>commons-codec</groupId> |
| 359 | <artifactId>commons-codec</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 360 | <version>${version.commons-codec}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 361 | </dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 362 | <!-- Eclipselink --> |
Jim Hahn | c90028e | 2018-11-30 08:50:32 -0500 | [diff] [blame] | 363 | <dependency> |
| 364 | <groupId>org.eclipse.persistence</groupId> |
| 365 | <artifactId>org.eclipse.persistence.jpa</artifactId> |
| 366 | <version>${version.eclipselink}</version> |
| 367 | </dependency> |
Jim Hahn | c90028e | 2018-11-30 08:50:32 -0500 | [diff] [blame] | 368 | <dependency> |
| 369 | <groupId>org.eclipse.persistence</groupId> |
| 370 | <artifactId>eclipselink</artifactId> |
| 371 | <version>${version.eclipselink}</version> |
| 372 | </dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 373 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 383 | <!-- Java Servlet API --> |
| 384 | <dependency> |
| 385 | <groupId>javax.servlet</groupId> |
| 386 | <artifactId>javax.servlet-api</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 387 | <version>${version.servlet}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 388 | </dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 389 | <dependency> |
| 390 | <groupId>javax.xml.bind</groupId> |
| 391 | <artifactId>jaxb-api</artifactId> |
| 392 | <version>${version.bind-jaxb-api}</version> |
| 393 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 394 | <!-- HttpComponents Core (blocking I/O) --> |
| 395 | <dependency> |
| 396 | <groupId>org.apache.httpcomponents</groupId> |
| 397 | <artifactId>httpcore</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 398 | <version>${version.httpcore}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 399 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 400 | <!-- JSON marshalling and unmarshalling --> |
| 401 | <dependency> |
| 402 | <groupId>com.google.code.gson</groupId> |
| 403 | <artifactId>gson</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 404 | <version>${version.gson}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 405 | </dependency> |
RossC | 3174944 | 2020-06-30 17:13:23 +0100 | [diff] [blame] | 406 | <dependency> |
| 407 | <groupId>org.json</groupId> |
| 408 | <artifactId>json</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 409 | <version>${version.json}</version> |
RossC | 3174944 | 2020-06-30 17:13:23 +0100 | [diff] [blame] | 410 | </dependency> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 411 | <dependency> |
| 412 | <groupId>com.worldturner.medeia</groupId> |
| 413 | <artifactId>medeia-validator-gson</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 414 | <version>${version.medeia}</version> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 415 | </dependency> |
Pamela Dragosh | c80f972 | 2019-02-28 09:42:30 -0500 | [diff] [blame] | 416 | <!-- Lombok --> |
| 417 | <dependency> |
| 418 | <groupId>org.projectlombok</groupId> |
| 419 | <artifactId>lombok</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 420 | <version>${version.lombok}</version> |
Pamela Dragosh | c80f972 | 2019-02-28 09:42:30 -0500 | [diff] [blame] | 421 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 422 | <!-- Logging --> |
| 423 | <dependency> |
| 424 | <groupId>org.slf4j</groupId> |
| 425 | <artifactId>slf4j-api</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 426 | <version>${version.slf4j}</version> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 427 | </dependency> |
| 428 | <dependency> |
| 429 | <groupId>org.slf4j</groupId> |
| 430 | <artifactId>slf4j-ext</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 431 | <version>${version.slf4j}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 432 | </dependency> |
| 433 | <dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 434 | <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> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 443 | <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 Dragosh | 8b3a99b | 2018-09-12 13:54:02 -0400 | [diff] [blame] | 453 | <!-- Dmaap Client --> |
| 454 | <dependency> |
| 455 | <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> |
| 456 | <artifactId>dmaapClient</artifactId> |
| 457 | <version>${version.dmaap}</version> |
liamfallon | c2e24ec | 2022-04-08 18:20:13 +0100 | [diff] [blame] | 458 | <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 Dragosh | 8b3a99b | 2018-09-12 13:54:02 -0400 | [diff] [blame] | 472 | </dependency> |
Rashmi Pujar | 6676c54 | 2021-06-01 17:31:43 -0400 | [diff] [blame] | 473 | <!-- CDS dependencies --> |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 474 | <dependency> |
k.kedron | 0d2a12f | 2021-07-21 09:24:03 +0200 | [diff] [blame] | 475 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Rashmi Pujar | 6676c54 | 2021-06-01 17:31:43 -0400 | [diff] [blame] | 476 | <artifactId>blueprint-proto</artifactId> |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 477 | <version>${version.ccsdk}</version> |
Rashmi Pujar | 6676c54 | 2021-06-01 17:31:43 -0400 | [diff] [blame] | 478 | <exclusions> |
| 479 | <exclusion> |
| 480 | <groupId>io.springfox</groupId> |
| 481 | <artifactId>springfox-boot-starter</artifactId> |
| 482 | </exclusion> |
liamfallon | 0f2a5c4 | 2021-12-14 16:09:06 +0000 | [diff] [blame] | 483 | <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 Pujar | 6676c54 | 2021-06-01 17:31:43 -0400 | [diff] [blame] | 491 | </exclusions> |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 492 | </dependency> |
Pamela Dragosh | 711574b | 2018-09-18 08:39:23 -0400 | [diff] [blame] | 493 | <!-- AAF Client --> |
| 494 | <dependency> |
| 495 | <groupId>org.onap.aaf.authz</groupId> |
| 496 | <artifactId>aaf-cadi-aaf</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 497 | <version>${version.aaf}</version> |
Utkarsh Jauhari | afd0c37 | 2020-06-24 20:48:00 +0000 | [diff] [blame] | 498 | <exclusions> |
| 499 | <exclusion> |
| 500 | <groupId>log4j</groupId> |
| 501 | <artifactId>log4j</artifactId> |
| 502 | </exclusion> |
| 503 | </exclusions> |
Pamela Dragosh | 711574b | 2018-09-18 08:39:23 -0400 | [diff] [blame] | 504 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 505 | <!-- Client library for Cambria event routing API --> |
| 506 | <dependency> |
| 507 | <groupId>com.att.nsa</groupId> |
| 508 | <artifactId>cambriaClient</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 509 | <version>${version.nsa-cambria}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 510 | </dependency> |
| 511 | <dependency> |
| 512 | <groupId>com.att.nsa</groupId> |
| 513 | <artifactId>saClientLibrary</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 514 | <version>${version.nsa-sa-client}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 515 | </dependency> |
liamfallon | d859e90 | 2018-07-30 13:52:08 +0100 | [diff] [blame] | 516 | <!-- Commons CLI for command line parsing --> |
| 517 | <dependency> |
| 518 | <groupId>commons-cli</groupId> |
| 519 | <artifactId>commons-cli</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 520 | <version>${version.commons-cli}</version> |
liamfallon | d859e90 | 2018-07-30 13:52:08 +0100 | [diff] [blame] | 521 | </dependency> |
liamfallon | 01c4d9c | 2018-09-11 11:44:34 +0100 | [diff] [blame] | 522 | <!-- Web Sockets --> |
| 523 | <dependency> |
| 524 | <groupId>org.java-websocket</groupId> |
| 525 | <artifactId>Java-WebSocket</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 526 | <version>${version.websocket}</version> |
liamfallon | 01c4d9c | 2018-09-11 11:44:34 +0100 | [diff] [blame] | 527 | </dependency> |
Bruno Sakoto | 3a30861 | 2019-08-05 16:31:51 -0400 | [diff] [blame] | 528 | <!-- SnakeYAML --> |
| 529 | <dependency> |
| 530 | <groupId>org.yaml</groupId> |
| 531 | <artifactId>snakeyaml</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 532 | <version>${version.snakeyaml}</version> |
Bruno Sakoto | 3a30861 | 2019-08-05 16:31:51 -0400 | [diff] [blame] | 533 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 534 | <!-- Drools --> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 535 | <!-- |
| 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 | --> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 541 | <dependency> |
| 542 | <groupId>org.codehaus.plexus</groupId> |
| 543 | <artifactId>plexus-utils</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 544 | <version>${version.plexus}</version> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 545 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 546 | <dependency> |
| 547 | <groupId>org.kie</groupId> |
| 548 | <artifactId>kie-api</artifactId> |
| 549 | <version>${version.drools}</version> |
| 550 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 551 | <dependency> |
| 552 | <groupId>org.kie</groupId> |
| 553 | <artifactId>kie-ci</artifactId> |
| 554 | <version>${version.drools}</version> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 555 | <!-- |
| 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 | --> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 561 | <exclusions> |
| 562 | <exclusion> |
| 563 | <groupId>org.codehaus.plexus</groupId> |
| 564 | <artifactId>plexus-utils</artifactId> |
| 565 | </exclusion> |
| 566 | </exclusions> |
| 567 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 568 | <dependency> |
| 569 | <groupId>org.drools</groupId> |
| 570 | <artifactId>drools-core</artifactId> |
| 571 | <version>${version.drools}</version> |
| 572 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 573 | <dependency> |
| 574 | <groupId>org.drools</groupId> |
jhh | 200d0d7 | 2023-01-26 09:48:54 -0600 | [diff] [blame^] | 575 | <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> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 585 | <artifactId>drools-persistence-jpa</artifactId> |
| 586 | <version>${version.drools}</version> |
| 587 | </dependency> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 588 | <dependency> |
| 589 | <groupId>org.drools</groupId> |
| 590 | <artifactId>drools-compiler</artifactId> |
| 591 | <version>${version.drools}</version> |
| 592 | </dependency> |
jhh | 6f69dcb | 2019-10-31 13:47:44 -0500 | [diff] [blame] | 593 | <dependency> |
| 594 | <groupId>org.drools</groupId> |
| 595 | <artifactId>drools-verifier-drl</artifactId> |
| 596 | <version>${version.drools}</version> |
| 597 | </dependency> |
jhh | 6f69dcb | 2019-10-31 13:47:44 -0500 | [diff] [blame] | 598 | <dependency> |
| 599 | <groupId>org.drools</groupId> |
| 600 | <artifactId>drools-verifier-api</artifactId> |
| 601 | <version>${version.drools}</version> |
| 602 | </dependency> |
jhh | 6f69dcb | 2019-10-31 13:47:44 -0500 | [diff] [blame] | 603 | <dependency> |
| 604 | <groupId>org.drools</groupId> |
| 605 | <artifactId>drools-verifier-core</artifactId> |
| 606 | <version>${version.drools}</version> |
| 607 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 608 | <!-- 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> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 615 | <dependency> |
| 616 | <groupId>org.mock-server</groupId> |
| 617 | <artifactId>mockserver-client-java</artifactId> |
| 618 | <version>${version.mockserver}</version> |
| 619 | <scope>test</scope> |
| 620 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 621 | <!-- Immutables --> |
| 622 | <dependency> |
| 623 | <groupId>org.immutables</groupId> |
| 624 | <artifactId>value</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 625 | <version>${version.immutables}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 626 | <scope>provided</scope> |
| 627 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 628 | <dependency> |
| 629 | <groupId>org.immutables</groupId> |
| 630 | <artifactId>gson</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 631 | <version>${version.immutables}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 632 | </dependency> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 633 | <!-- Springdoc --> |
| 634 | <dependency> |
| 635 | <groupId>org.springdoc</groupId> |
| 636 | <artifactId>springdoc-openapi-ui</artifactId> |
| 637 | <version>${version.springdoc}</version> |
| 638 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 639 | <!-- File upload --> |
| 640 | <dependency> |
| 641 | <groupId>commons-fileupload</groupId> |
| 642 | <artifactId>commons-fileupload</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 643 | <version>${version.commons-fileupload}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 644 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 645 | <dependency> |
| 646 | <groupId>org.onap.sdc.sdc-distribution-client</groupId> |
| 647 | <artifactId>sdc-distribution-client</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 648 | <version>${version.sdc}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 649 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 650 | <dependency> |
liamfallon | 31d5157 | 2021-06-25 13:43:58 +0100 | [diff] [blame] | 651 | <groupId>org.onap.sdc.sdc-tosca</groupId> |
| 652 | <artifactId>sdc-tosca</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 653 | <version>${version.sdc}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 654 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 655 | <dependency> |
| 656 | <groupId>org.jboss.spec.javax.ws.rs</groupId> |
| 657 | <artifactId>jboss-jaxrs-api_2.0_spec</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 658 | <version>${version.jboss-jaxrs-api}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 659 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 660 | <!-- Test dependencies --> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 661 | <!-- In memory Database Engine --> |
| 662 | <dependency> |
| 663 | <groupId>com.h2database</groupId> |
| 664 | <artifactId>h2</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 665 | <version>${version.h2}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 666 | <scope>test</scope> |
| 667 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 668 | <!-- JUNIT --> |
| 669 | <dependency> |
| 670 | <groupId>junit</groupId> |
| 671 | <artifactId>junit</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 672 | <version>${version.junit}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 673 | <scope>test</scope> |
| 674 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 675 | <!-- Junit vintage --> |
| 676 | <dependency> |
| 677 | <groupId>org.junit.vintage</groupId> |
| 678 | <artifactId>junit-vintage-engine</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 679 | <version>${version.junit-vintage}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 680 | <scope>test</scope> |
| 681 | </dependency> |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 682 | <!-- Cucumber Tests --> |
| 683 | <dependency> |
| 684 | <groupId>io.cucumber</groupId> |
| 685 | <artifactId>cucumber-java</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 686 | <version>${version.cucumber}</version> |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 687 | <scope>test</scope> |
| 688 | </dependency> |
| 689 | <dependency> |
| 690 | <groupId>io.cucumber</groupId> |
| 691 | <artifactId>cucumber-junit</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 692 | <version>${version.cucumber}</version> |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 693 | <scope>test</scope> |
| 694 | </dependency> |
Jim Hahn | c0e7c90 | 2019-02-11 09:22:10 -0500 | [diff] [blame] | 695 | <!-- Exception testing --> |
| 696 | <dependency> |
| 697 | <groupId>org.assertj</groupId> |
| 698 | <artifactId>assertj-core</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 699 | <version>${version.assertj}</version> |
Jim Hahn | c0e7c90 | 2019-02-11 09:22:10 -0500 | [diff] [blame] | 700 | <scope>test</scope> |
| 701 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 702 | <!-- Mock libraries --> |
| 703 | <dependency> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 704 | <groupId>com.openpojo</groupId> |
| 705 | <artifactId>openpojo</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 706 | <version>${version.openpojo}</version> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 707 | <scope>test</scope> |
| 708 | </dependency> |
| 709 | <dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 710 | <groupId>org.mockito</groupId> |
| 711 | <artifactId>mockito-all</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 712 | <version>${version.mockito-all}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 713 | <scope>test</scope> |
| 714 | </dependency> |
| 715 | <dependency> |
| 716 | <groupId>org.powermock</groupId> |
| 717 | <artifactId>powermock-core</artifactId> |
Jim Hahn | 66887de | 2018-09-26 09:41:31 -0400 | [diff] [blame] | 718 | <version>${version.powermock}</version> |
| 719 | <scope>test</scope> |
| 720 | </dependency> |
| 721 | <dependency> |
| 722 | <groupId>org.powermock</groupId> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 723 | <artifactId>powermock-api-mockito2</artifactId> |
Jim Hahn | 66887de | 2018-09-26 09:41:31 -0400 | [diff] [blame] | 724 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 731 | <scope>test</scope> |
| 732 | </dependency> |
ramverma | 1a1ce73 | 2018-08-27 11:48:50 +0100 | [diff] [blame] | 733 | <dependency> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 734 | <groupId>org.mockito</groupId> |
| 735 | <artifactId>mockito-core</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 736 | <version>${version.mockito-core}</version> |
ramverma | 1a1ce73 | 2018-08-27 11:48:50 +0100 | [diff] [blame] | 737 | <scope>test</scope> |
| 738 | </dependency> |
Pamela Dragosh | c0b0ed6 | 2020-03-03 08:27:26 -0500 | [diff] [blame] | 739 | <!-- Awaitility --> |
| 740 | <dependency> |
| 741 | <groupId>org.awaitility</groupId> |
| 742 | <artifactId>awaitility</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 743 | <version>${version.awaitility}</version> |
Pamela Dragosh | c0b0ed6 | 2020-03-03 08:27:26 -0500 | [diff] [blame] | 744 | <scope>test</scope> |
| 745 | </dependency> |
Ram Krishna Verma | b00006f | 2020-04-03 12:48:53 -0400 | [diff] [blame] | 746 | <!-- 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> |
liamfallon | 8119e5d | 2022-10-13 11:47:08 +0100 | [diff] [blame] | 754 | <artifactId>netty-common</artifactId> |
| 755 | <version>${version.netty}</version> |
| 756 | </dependency> |
| 757 | <dependency> |
| 758 | <groupId>io.netty</groupId> |
Ram Krishna Verma | b00006f | 2020-04-03 12:48:53 -0400 | [diff] [blame] | 759 | <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> |
liamfallon | 971f70d | 2022-10-20 11:52:08 +0100 | [diff] [blame] | 767 | <!-- Apache Commons --> |
RossC | ec1d3de | 2020-06-18 15:04:27 +0100 | [diff] [blame] | 768 | <dependency> |
| 769 | <groupId>org.apache.commons</groupId> |
| 770 | <artifactId>commons-lang3</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 771 | <version>${version.commons-lang3}</version> |
RossC | ec1d3de | 2020-06-18 15:04:27 +0100 | [diff] [blame] | 772 | </dependency> |
liamfallon | 971f70d | 2022-10-20 11:52:08 +0100 | [diff] [blame] | 773 | <dependency> |
RossC | ec1d3de | 2020-06-18 15:04:27 +0100 | [diff] [blame] | 774 | <groupId>commons-io</groupId> |
| 775 | <artifactId>commons-io</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 776 | <version>${version.commons-io}</version> |
RossC | ec1d3de | 2020-06-18 15:04:27 +0100 | [diff] [blame] | 777 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 778 | <dependency> |
liamfallon | 31d5157 | 2021-06-25 13:43:58 +0100 | [diff] [blame] | 779 | <groupId>org.apache.commons</groupId> |
liamfallon | 971f70d | 2022-10-20 11:52:08 +0100 | [diff] [blame] | 780 | <artifactId>commons-text</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 781 | <version>${version.commons-text}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 782 | </dependency> |
liamfallon | 971f70d | 2022-10-20 11:52:08 +0100 | [diff] [blame] | 783 | <!-- Google Code --> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 784 | <dependency> |
| 785 | <groupId>com.googlecode.json-simple</groupId> |
| 786 | <artifactId>json-simple</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 787 | <version>${version.json-simple}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 788 | </dependency> |
liamfallon | 971f70d | 2022-10-20 11:52:08 +0100 | [diff] [blame] | 789 | <!-- Github --> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 790 | <dependency> |
| 791 | <groupId>com.github.docker-java</groupId> |
| 792 | <artifactId>docker-java-core</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 793 | <version>${version.docker-java}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 794 | <scope>test</scope> |
| 795 | </dependency> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 796 | <dependency> |
| 797 | <groupId>com.github.docker-java</groupId> |
| 798 | <artifactId>docker-java</artifactId> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 799 | <version>${version.docker-java}</version> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 800 | <scope>test</scope> |
| 801 | </dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 802 | <!-- 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> |
liamfallon | 31d5157 | 2021-06-25 13:43:58 +0100 | [diff] [blame] | 838 | <!-- 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> |
liamfallon | 7eaa3d2 | 2022-10-11 22:03:41 +0100 | [diff] [blame] | 856 | <artifactId>spring-boot-starter-aop</artifactId> |
| 857 | <version>${version.springboot}</version> |
| 858 | </dependency> |
| 859 | <dependency> |
| 860 | <groupId>org.springframework.boot</groupId> |
liamfallon | 31d5157 | 2021-06-25 13:43:58 +0100 | [diff] [blame] | 861 | <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> |
liamfallon | 88263d6 | 2022-04-20 12:15:45 +0100 | [diff] [blame] | 870 | <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> |
liamfallon | 523f474 | 2022-10-11 19:12:59 +0100 | [diff] [blame] | 882 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 883 | <version>${version.springboot}</version> |
| 884 | </dependency> |
| 885 | <dependency> |
| 886 | <groupId>org.springframework.boot</groupId> |
liamfallon | 88263d6 | 2022-04-20 12:15:45 +0100 | [diff] [blame] | 887 | <artifactId>spring-boot-autoconfigure</artifactId> |
| 888 | <version>${version.springboot}</version> |
| 889 | </dependency> |
Ram Krishna Verma | 6d21cfb | 2022-02-15 12:00:31 -0500 | [diff] [blame] | 890 | <!-- Hibernate --> |
| 891 | <dependency> |
| 892 | <groupId>org.hibernate</groupId> |
| 893 | <artifactId>hibernate-core</artifactId> |
| 894 | <version>${version.hibernate.core}</version> |
| 895 | </dependency> |
liamfallon | 88263d6 | 2022-04-20 12:15:45 +0100 | [diff] [blame] | 896 | <!-- Tomcat --> |
| 897 | <dependency> |
liamfallon | 88263d6 | 2022-04-20 12:15:45 +0100 | [diff] [blame] | 898 | <groupId>org.apache.tomcat.embed</groupId> |
liamfallon | 7cceef2 | 2022-04-22 11:09:25 +0100 | [diff] [blame] | 899 | <artifactId>tomcat-embed-core</artifactId> |
| 900 | <version>${version.tomcat}</version> |
| 901 | </dependency> |
| 902 | <dependency> |
liamfallon | 2c23640 | 2022-12-13 13:15:43 +0000 | [diff] [blame] | 903 | <groupId>org.apache.tomcat</groupId> |
| 904 | <artifactId>tomcat-annotations-api</artifactId> |
| 905 | <version>${version.tomcat}</version> |
| 906 | </dependency> |
| 907 | <dependency> |
liamfallon | 7cceef2 | 2022-04-22 11:09:25 +0100 | [diff] [blame] | 908 | <groupId>org.apache.tomcat.embed</groupId> |
liamfallon | 88263d6 | 2022-04-20 12:15:45 +0100 | [diff] [blame] | 909 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 917 | </dependencies> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 918 | </dependencyManagement> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 919 | <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 Hahn | a91d753 | 2021-03-12 10:01:53 -0500 | [diff] [blame] | 925 | <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 Hahn | 12b4a9b | 2021-03-12 18:19:39 -0500 | [diff] [blame] | 958 | <pluginExecution> |
| 959 | <pluginExecutionFilter> |
liamfallon | 7c5702f | 2022-09-16 20:06:13 +0100 | [diff] [blame] | 960 | <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 Hahn | 12b4a9b | 2021-03-12 18:19:39 -0500 | [diff] [blame] | 974 | <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> |
liamfallon | ce570ea | 2021-05-28 14:38:45 +0100 | [diff] [blame] | 985 | <pluginExecution> |
| 986 | <pluginExecutionFilter> |
| 987 | <groupId>de.jpdigital</groupId> |
| 988 | <artifactId>hibernate52-ddl-maven-plugin</artifactId> |
liamfallon | d738ae7 | 2021-06-07 15:49:46 +0100 | [diff] [blame] | 989 | <versionRange>[2.2.0,)</versionRange> |
liamfallon | ce570ea | 2021-05-28 14:38:45 +0100 | [diff] [blame] | 990 | <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> |
liamfallon | d738ae7 | 2021-06-07 15:49:46 +0100 | [diff] [blame] | 1037 | <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> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 1050 | <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 Hahn | a91d753 | 2021-03-12 10:01:53 -0500 | [diff] [blame] | 1063 | </pluginExecutions> |
| 1064 | </lifecycleMappingMetadata> |
| 1065 | </configuration> |
| 1066 | </plugin> |
| 1067 | </plugins> |
| 1068 | </pluginManagement> |
| 1069 | </build> |
| 1070 | </profile> |
| 1071 | </profiles> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1072 | <build> |
Jim Hahn | 8da5110 | 2021-03-08 14:27:34 -0500 | [diff] [blame] | 1073 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1080 | <pluginManagement> |
| 1081 | <plugins> |
| 1082 | <plugin> |
| 1083 | <groupId>org.codehaus.mojo</groupId> |
| 1084 | <artifactId>versions-maven-plugin</artifactId> |
Jim Hahn | 893108d | 2021-02-22 12:57:33 -0500 | [diff] [blame] | 1085 | <version>2.8.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1086 | </plugin> |
| 1087 | <plugin> |
| 1088 | <groupId>org.apache.maven.plugins</groupId> |
| 1089 | <artifactId>maven-dependency-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1090 | <version>3.1.2</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1091 | </plugin> |
| 1092 | <plugin> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1093 | <!-- THIS PLUGIN IS RETIRED --> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1094 | <groupId>org.apache.maven.plugins</groupId> |
| 1095 | <artifactId>maven-reactor-plugin</artifactId> |
| 1096 | <version>1.1</version> |
| 1097 | </plugin> |
| 1098 | <plugin> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1099 | <!-- THIS PLUGIN IS RETIRED --> |
| 1100 | <!-- Advise to use m2e --> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1101 | <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 Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1108 | <version>3.0.0-M1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1109 | </plugin> |
| 1110 | <plugin> |
| 1111 | <groupId>org.apache.maven.plugins</groupId> |
| 1112 | <artifactId>maven-resources-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1113 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1114 | </plugin> |
| 1115 | <plugin> |
| 1116 | <groupId>org.apache.maven.plugins</groupId> |
| 1117 | <artifactId>maven-source-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1118 | <version>3.2.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1119 | </plugin> |
| 1120 | <plugin> |
| 1121 | <groupId>org.apache.maven.plugins</groupId> |
| 1122 | <artifactId>maven-release-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1123 | <version>3.0.0-M1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1124 | </plugin> |
| 1125 | <plugin> |
| 1126 | <groupId>org.apache.maven.plugins</groupId> |
| 1127 | <artifactId>maven-assembly-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1128 | <version>3.3.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1129 | </plugin> |
| 1130 | <plugin> |
| 1131 | <groupId>org.apache.maven.plugins</groupId> |
| 1132 | <artifactId>maven-jar-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1133 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1134 | </plugin> |
| 1135 | <plugin> |
| 1136 | <groupId>org.apache.maven.plugins</groupId> |
| 1137 | <artifactId>maven-javadoc-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1138 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1139 | </plugin> |
| 1140 | <plugin> |
| 1141 | <groupId>org.apache.maven.plugins</groupId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1142 | <artifactId>maven-shade-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1143 | <version>3.2.4</version> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1144 | </plugin> |
| 1145 | <plugin> |
| 1146 | <groupId>org.apache.maven.plugins</groupId> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1147 | <artifactId>maven-archetype-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1148 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1149 | </plugin> |
| 1150 | <plugin> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1151 | <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 Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1158 | <version>3.8.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1159 | <configuration> |
| 1160 | <encoding>${project.build.sourceEncoding}</encoding> |
HOCKLA | 4b7e270 | 2019-12-10 09:54:48 -0600 | [diff] [blame] | 1161 | <release>${java.version}</release> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1162 | </configuration> |
| 1163 | </plugin> |
| 1164 | <plugin> |
| 1165 | <groupId>org.codehaus.mojo</groupId> |
| 1166 | <artifactId>exec-maven-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1167 | <version>3.0.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1168 | </plugin> |
ramverma | 2a7fa3a | 2018-07-13 16:19:55 +0100 | [diff] [blame] | 1169 | <plugin> |
| 1170 | <groupId>org.apache.maven.plugins</groupId> |
| 1171 | <artifactId>maven-war-plugin</artifactId> |
Jim Hahn | eb1df92 | 2021-01-19 16:23:57 -0500 | [diff] [blame] | 1172 | <version>3.3.1</version> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 1173 | </plugin> |
| 1174 | <plugin> |
| 1175 | <groupId>io.fabric8</groupId> |
| 1176 | <artifactId>docker-maven-plugin</artifactId> |
liamfallon | a2612c4 | 2022-07-15 10:14:25 +0100 | [diff] [blame] | 1177 | <version>0.40.1</version> |
ramverma | 2a7fa3a | 2018-07-13 16:19:55 +0100 | [diff] [blame] | 1178 | </plugin> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 1179 | <plugin> |
| 1180 | <groupId>org.kie</groupId> |
| 1181 | <artifactId>kie-maven-plugin</artifactId> |
| 1182 | <version>${version.drools}</version> |
| 1183 | <extensions>true</extensions> |
| 1184 | </plugin> |
ryanSheehan | 1fb46f9 | 2021-06-11 17:24:06 +0100 | [diff] [blame] | 1185 | <plugin> |
| 1186 | <groupId>org.springframework.boot</groupId> |
| 1187 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 1188 | <version>${version.springboot}</version> |
| 1189 | </plugin> |
danielhanrahan | 5532135 | 2022-11-25 13:29:43 +0000 | [diff] [blame] | 1190 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1213 | </plugins> |
| 1214 | </pluginManagement> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1215 | <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 Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 1225 | <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> |
liamfallon | ce570ea | 2021-05-28 14:38:45 +0100 | [diff] [blame] | 1250 | <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 Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 1258 | </execution> |
| 1259 | <execution> |
liamfallon | ce570ea | 2021-05-28 14:38:45 +0100 | [diff] [blame] | 1260 | <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 Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 1268 | </execution> |
Pamela Dragosh | ed57ed2 | 2020-01-16 14:38:07 -0500 | [diff] [blame] | 1269 | <execution> |
liamfallon | ce570ea | 2021-05-28 14:38:45 +0100 | [diff] [blame] | 1270 | <id>report-aggregate</id> |
| 1271 | <phase>prepare-package</phase> |
| 1272 | <goals> |
| 1273 | <goal>report-aggregate</goal> |
| 1274 | </goals> |
Pamela Dragosh | ed57ed2 | 2020-01-16 14:38:07 -0500 | [diff] [blame] | 1275 | </execution> |
Pamela Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 1276 | </executions> |
| 1277 | </plugin> |
liamfallon | 324700e | 2020-06-18 11:45:14 +0100 | [diff] [blame] | 1278 | <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> |
liamfallon | b443104 | 2022-12-01 17:55:58 +0000 | [diff] [blame] | 1317 | <excludes></excludes> |
liamfallon | 324700e | 2020-06-18 11:45:14 +0100 | [diff] [blame] | 1318 | <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> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1333 | </plugins> |
| 1334 | </build> |
liamfallon | 0f2a5c4 | 2021-12-14 16:09:06 +0000 | [diff] [blame] | 1335 | </project> |