eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 4 | Modifications Copyright (C) 2018-2020 AT&T. All rights reserved. |
liamfallon | 324700e | 2020-06-18 11:45:14 +0100 | [diff] [blame] | 5 | Modifications Copyright (C) 2019-2020 Nordix Foundation. |
Ram Krishna Verma | b00006f | 2020-04-03 12:48:53 -0400 | [diff] [blame] | 6 | Modifications Copyright (C) 2020 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 | --> |
| 23 | |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | 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] | 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>policy-parent</artifactId> |
Pamela Dragosh | 47d1b2c | 2020-05-19 19:28:19 -0400 | [diff] [blame] | 30 | <version>3.2.0-SNAPSHOT</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 31 | </parent> |
| 32 | <artifactId>integration</artifactId> |
| 33 | <packaging>pom</packaging> |
| 34 | <name>Policy Integration POM</name> |
| 35 | <description>Policy Integration POM</description> |
| 36 | |
| 37 | <properties> |
HOCKLA | 4b7e270 | 2019-12-10 09:54:48 -0600 | [diff] [blame] | 38 | <java.version>11</java.version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 39 | <version.logback>1.2.3</version.logback> |
Jim Hahn | 21788ca | 2020-06-02 09:54:22 -0400 | [diff] [blame] | 40 | <version.dmaap>1.1.11</version.dmaap> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 41 | <version.powermock>2.0.4</version.powermock> |
HOCKLA | 4b7e270 | 2019-12-10 09:54:48 -0600 | [diff] [blame] | 42 | <version.eclipselink>2.7.5</version.eclipselink> |
Pamela Dragosh | c8345b4 | 2020-06-17 13:25:57 -0400 | [diff] [blame] | 43 | <version.jackson>2.10.4</version.jackson> |
Pamela Dragosh | 385f085 | 2020-02-24 07:36:08 -0500 | [diff] [blame] | 44 | <version.drools>7.33.0.Final</version.drools> |
| 45 | <version.jersey>2.30.1</version.jersey> |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 46 | <version.ccsdk>0.4.4</version.ccsdk> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 47 | <version.swagger>1.6.0</version.swagger> |
Jim Hahn | 8078113 | 2020-01-10 16:53:42 -0500 | [diff] [blame] | 48 | <version.javax.bind>2.3.1</version.javax.bind> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 49 | <version.javax.json>1.1.4</version.javax.json> |
Ram Krishna Verma | b00006f | 2020-04-03 12:48:53 -0400 | [diff] [blame] | 50 | <version.netty>4.1.48.Final</version.netty> |
Pamela Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 51 | <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 52 | </properties> |
| 53 | |
| 54 | <distributionManagement> |
| 55 | <site> |
| 56 | <id>ecomp-site</id> |
| 57 | <url>dav:${onap.nexus.url}${sitePath}</url> |
| 58 | </site> |
| 59 | </distributionManagement> |
| 60 | |
| 61 | <dependencyManagement> |
| 62 | <dependencies> |
Jim Hahn | b8c38d1 | 2019-09-19 16:59:21 -0400 | [diff] [blame] | 63 | <!-- Jackson --> |
| 64 | <dependency> |
| 65 | <groupId>com.fasterxml.jackson.core</groupId> |
| 66 | <artifactId>jackson-annotations</artifactId> |
| 67 | <version>${version.jackson}</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>com.fasterxml.jackson.core</groupId> |
| 71 | <artifactId>jackson-core</artifactId> |
| 72 | <version>${version.jackson}</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>com.fasterxml.jackson.core</groupId> |
| 76 | <artifactId>jackson-databind</artifactId> |
| 77 | <version>${version.jackson}</version> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 81 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 82 | <version>${version.jackson}</version> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 86 | <artifactId>jackson-jaxrs-base</artifactId> |
| 87 | <version>${version.jackson}</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 91 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 92 | <version>${version.jackson}</version> |
| 93 | </dependency> |
| 94 | |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 95 | <!-- Jersey --> |
| 96 | <dependency> |
| 97 | <groupId>org.glassfish.jersey.core</groupId> |
| 98 | <artifactId>jersey-server</artifactId> |
| 99 | <version>${version.jersey}</version> |
Jim Hahn | bc10a47 | 2020-04-23 14:14:28 -0400 | [diff] [blame] | 100 | <exclusions> |
| 101 | <exclusion> |
| 102 | <groupId>org.glassfish.jersey.media</groupId> |
| 103 | <artifactId>jersey-media-jaxb</artifactId> |
| 104 | </exclusion> |
| 105 | </exclusions> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 106 | </dependency> |
| 107 | |
| 108 | <dependency> |
| 109 | <groupId>org.glassfish.jersey.containers</groupId> |
| 110 | <artifactId>jersey-container-servlet-core</artifactId> |
| 111 | <version>${version.jersey}</version> |
| 112 | </dependency> |
| 113 | |
| 114 | <dependency> |
| 115 | <groupId>org.glassfish.jersey.containers</groupId> |
| 116 | <artifactId>jersey-container-jetty-http</artifactId> |
| 117 | <version>${version.jersey}</version> |
| 118 | <exclusions> |
| 119 | <exclusion> |
| 120 | <groupId>org.eclipse.jetty</groupId> |
| 121 | <artifactId>jetty-util</artifactId> |
| 122 | </exclusion> |
| 123 | </exclusions> |
| 124 | </dependency> |
| 125 | |
| 126 | <dependency> |
| 127 | <groupId>org.glassfish.jersey.core</groupId> |
| 128 | <artifactId>jersey-client</artifactId> |
| 129 | <version>${version.jersey}</version> |
| 130 | </dependency> |
| 131 | |
| 132 | <dependency> |
| 133 | <groupId>org.glassfish.jersey.core</groupId> |
| 134 | <artifactId>jersey-common</artifactId> |
| 135 | <version>${version.jersey}</version> |
| 136 | </dependency> |
| 137 | |
| 138 | <dependency> |
| 139 | <groupId>org.glassfish.jersey.inject</groupId> |
| 140 | <artifactId>jersey-hk2</artifactId> |
| 141 | <version>${version.jersey}</version> |
| 142 | </dependency> |
| 143 | |
| 144 | <dependency> |
| 145 | <groupId>org.glassfish.jersey.containers</groupId> |
| 146 | <artifactId>jersey-container-grizzly2-http</artifactId> |
| 147 | <version>${version.jersey}</version> |
| 148 | </dependency> |
| 149 | |
| 150 | <dependency> |
| 151 | <groupId>org.glassfish.jersey.media</groupId> |
| 152 | <artifactId>jersey-media-moxy</artifactId> |
| 153 | <version>${version.jersey}</version> |
| 154 | </dependency> |
| 155 | |
| 156 | <dependency> |
| 157 | <groupId>org.glassfish.jersey.media</groupId> |
| 158 | <artifactId>jersey-media-json-jackson</artifactId> |
| 159 | <version>${version.jersey}</version> |
| 160 | </dependency> |
| 161 | |
| 162 | <dependency> |
| 163 | <groupId>org.glassfish.jersey.test-framework</groupId> |
| 164 | <artifactId>jersey-test-framework-core</artifactId> |
| 165 | <version>${version.jersey}</version> |
| 166 | </dependency> |
| 167 | |
| 168 | <dependency> |
| 169 | <groupId>org.glassfish.jersey.test-framework.providers</groupId> |
| 170 | <artifactId>jersey-test-framework-provider-grizzly2</artifactId> |
| 171 | <version>${version.jersey}</version> |
| 172 | </dependency> |
| 173 | |
| 174 | <dependency> |
| 175 | <groupId>org.glassfish.jersey.media</groupId> |
| 176 | <artifactId>jersey-media-multipart</artifactId> |
| 177 | <version>${version.jersey}</version> |
| 178 | </dependency> |
| 179 | |
Jim Hahn | c80213e | 2020-04-03 16:33:39 -0400 | [diff] [blame] | 180 | <!-- RE2J in lieu of java.util Pattern --> |
| 181 | <dependency> |
| 182 | <groupId>com.google.re2j</groupId> |
| 183 | <artifactId>re2j</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 184 | <version>1.4</version> |
Jim Hahn | c80213e | 2020-04-03 16:33:39 -0400 | [diff] [blame] | 185 | </dependency> |
| 186 | |
Pamela Dragosh | b024e00 | 2018-09-04 13:57:39 -0400 | [diff] [blame] | 187 | <!-- MariaDB --> |
| 188 | <dependency> |
| 189 | <groupId>org.mariadb.jdbc</groupId> |
| 190 | <artifactId>mariadb-java-client</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 191 | <version>2.6.1</version> |
Pamela Dragosh | b024e00 | 2018-09-04 13:57:39 -0400 | [diff] [blame] | 192 | </dependency> |
| 193 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 194 | <!-- Swagger Jersey2 JAXRS --> |
| 195 | <dependency> |
| 196 | <groupId>io.swagger</groupId> |
| 197 | <artifactId>swagger-jersey2-jaxrs</artifactId> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 198 | <version>${version.swagger}</version> |
liamfallon | d50e826 | 2019-10-31 17:10:30 +0000 | [diff] [blame] | 199 | <exclusions> |
| 200 | <exclusion> |
| 201 | <groupId>org.glassfish.jersey.containers</groupId> |
| 202 | <artifactId>jersey-container-servlet-core</artifactId> |
| 203 | </exclusion> |
| 204 | </exclusions> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 205 | </dependency> |
| 206 | |
| 207 | <!-- Encoder and decoders for various formats --> |
| 208 | <dependency> |
| 209 | <groupId>commons-codec</groupId> |
| 210 | <artifactId>commons-codec</artifactId> |
Pamela Dragosh | 385f085 | 2020-02-24 07:36:08 -0500 | [diff] [blame] | 211 | <version>1.14</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 212 | </dependency> |
| 213 | |
| 214 | <dependency> |
| 215 | <groupId>com.thoughtworks.xstream</groupId> |
| 216 | <artifactId>xstream</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 217 | <version>1.4.12</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 218 | </dependency> |
| 219 | |
Jim Hahn | c90028e | 2018-11-30 08:50:32 -0500 | [diff] [blame] | 220 | <!-- Eclipse Persistence API --> |
Jim Hahn | 3d9cdb4 | 2018-12-05 16:11:13 -0500 | [diff] [blame] | 221 | <!-- NOTE: use this instead of persistence-api --> |
Jim Hahn | c90028e | 2018-11-30 08:50:32 -0500 | [diff] [blame] | 222 | <dependency> |
| 223 | <groupId>org.eclipse.persistence</groupId> |
| 224 | <artifactId>javax.persistence</artifactId> |
Jim Hahn | d063136 | 2020-06-30 15:27:01 -0400 | [diff] [blame^] | 225 | <version>2.1.0</version> |
Jim Hahn | c90028e | 2018-11-30 08:50:32 -0500 | [diff] [blame] | 226 | </dependency> |
| 227 | |
| 228 | <!-- Eclipse JPA API --> |
| 229 | <dependency> |
| 230 | <groupId>org.eclipse.persistence</groupId> |
| 231 | <artifactId>org.eclipse.persistence.jpa</artifactId> |
| 232 | <version>${version.eclipselink}</version> |
| 233 | </dependency> |
| 234 | |
| 235 | <!-- EclipseLink API --> |
| 236 | <dependency> |
| 237 | <groupId>org.eclipse.persistence</groupId> |
| 238 | <artifactId>eclipselink</artifactId> |
| 239 | <version>${version.eclipselink}</version> |
| 240 | </dependency> |
| 241 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 242 | <!-- Java Servlet API --> |
| 243 | <dependency> |
| 244 | <groupId>javax.servlet</groupId> |
| 245 | <artifactId>javax.servlet-api</artifactId> |
| 246 | <version>4.0.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 247 | </dependency> |
| 248 | |
| 249 | <!-- HttpComponents Client --> |
| 250 | <dependency> |
| 251 | <groupId>org.apache.httpcomponents</groupId> |
| 252 | <artifactId>httpclient</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 253 | <version>4.5.12</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 254 | </dependency> |
| 255 | |
| 256 | <!-- HttpComponents Core (blocking I/O) --> |
| 257 | <dependency> |
| 258 | <groupId>org.apache.httpcomponents</groupId> |
| 259 | <artifactId>httpcore</artifactId> |
Pamela Dragosh | 385f085 | 2020-02-24 07:36:08 -0500 | [diff] [blame] | 260 | <version>4.4.13</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 261 | </dependency> |
| 262 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 263 | <!-- JSON marshalling and unmarshalling --> |
| 264 | <dependency> |
| 265 | <groupId>com.google.code.gson</groupId> |
| 266 | <artifactId>gson</artifactId> |
Pamela Dragosh | 385f085 | 2020-02-24 07:36:08 -0500 | [diff] [blame] | 267 | <version>2.8.6</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 268 | </dependency> |
RossC | 3174944 | 2020-06-30 17:13:23 +0100 | [diff] [blame] | 269 | <dependency> |
| 270 | <groupId>org.json</groupId> |
| 271 | <artifactId>json</artifactId> |
| 272 | <version>20200518</version> |
| 273 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 274 | |
Pamela Dragosh | c80f972 | 2019-02-28 09:42:30 -0500 | [diff] [blame] | 275 | <!-- Lombok --> |
| 276 | <dependency> |
| 277 | <groupId>org.projectlombok</groupId> |
| 278 | <artifactId>lombok</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 279 | <version>1.18.12</version> |
Pamela Dragosh | c80f972 | 2019-02-28 09:42:30 -0500 | [diff] [blame] | 280 | </dependency> |
| 281 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 282 | <!-- Logging --> |
| 283 | <dependency> |
| 284 | <groupId>org.slf4j</groupId> |
| 285 | <artifactId>slf4j-api</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 286 | <version>1.7.30</version> |
| 287 | </dependency> |
| 288 | <dependency> |
| 289 | <groupId>org.slf4j</groupId> |
| 290 | <artifactId>slf4j-ext</artifactId> |
| 291 | <version>1.7.30</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 292 | </dependency> |
| 293 | <dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 294 | <groupId>ch.qos.logback</groupId> |
| 295 | <artifactId>logback-core</artifactId> |
| 296 | <version>${version.logback}</version> |
| 297 | </dependency> |
| 298 | <dependency> |
| 299 | <groupId>ch.qos.logback</groupId> |
| 300 | <artifactId>logback-classic</artifactId> |
| 301 | <version>${version.logback}</version> |
| 302 | </dependency> |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 303 | |
Pamela Dragosh | 8b3a99b | 2018-09-12 13:54:02 -0400 | [diff] [blame] | 304 | <!-- Dmaap Client --> |
| 305 | <dependency> |
| 306 | <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> |
| 307 | <artifactId>dmaapClient</artifactId> |
| 308 | <version>${version.dmaap}</version> |
| 309 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 310 | |
Rashmi Pujar | 6ecd45c | 2019-11-21 13:05:36 -0500 | [diff] [blame] | 311 | <!-- Common Controller SDK --> |
| 312 | <dependency> |
| 313 | <groupId>org.onap.ccsdk.cds.components</groupId> |
| 314 | <artifactId>proto-definition</artifactId> |
| 315 | <version>${version.ccsdk}</version> |
| 316 | </dependency> |
| 317 | |
Pamela Dragosh | 711574b | 2018-09-18 08:39:23 -0400 | [diff] [blame] | 318 | <!-- AAF Client --> |
| 319 | <dependency> |
| 320 | <groupId>org.onap.aaf.authz</groupId> |
| 321 | <artifactId>aaf-cadi-aaf</artifactId> |
Utkarsh Jauhari | afd0c37 | 2020-06-24 20:48:00 +0000 | [diff] [blame] | 322 | <version>2.1.21</version> |
| 323 | <exclusions> |
| 324 | <exclusion> |
| 325 | <groupId>log4j</groupId> |
| 326 | <artifactId>log4j</artifactId> |
| 327 | </exclusion> |
| 328 | </exclusions> |
Pamela Dragosh | 711574b | 2018-09-18 08:39:23 -0400 | [diff] [blame] | 329 | </dependency> |
| 330 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 331 | <!-- Client library for Cambria event routing API --> |
| 332 | <dependency> |
| 333 | <groupId>com.att.nsa</groupId> |
| 334 | <artifactId>cambriaClient</artifactId> |
| 335 | <version>1.2.1-oss</version> |
| 336 | </dependency> |
| 337 | <dependency> |
| 338 | <groupId>com.att.nsa</groupId> |
| 339 | <artifactId>saClientLibrary</artifactId> |
| 340 | <version>1.3.0-oss</version> |
| 341 | </dependency> |
| 342 | |
liamfallon | d859e90 | 2018-07-30 13:52:08 +0100 | [diff] [blame] | 343 | <!-- Commons CLI for command line parsing --> |
| 344 | <dependency> |
| 345 | <groupId>commons-cli</groupId> |
| 346 | <artifactId>commons-cli</artifactId> |
| 347 | <version>1.4</version> |
| 348 | </dependency> |
| 349 | |
liamfallon | 01c4d9c | 2018-09-11 11:44:34 +0100 | [diff] [blame] | 350 | <!-- Web Sockets --> |
| 351 | <dependency> |
| 352 | <groupId>org.java-websocket</groupId> |
| 353 | <artifactId>Java-WebSocket</artifactId> |
liamfallon | bfda840 | 2020-06-21 10:37:23 +0100 | [diff] [blame] | 354 | <version>1.5.1</version> |
liamfallon | 01c4d9c | 2018-09-11 11:44:34 +0100 | [diff] [blame] | 355 | </dependency> |
| 356 | |
Bruno Sakoto | 3a30861 | 2019-08-05 16:31:51 -0400 | [diff] [blame] | 357 | <!-- SnakeYAML --> |
| 358 | <dependency> |
| 359 | <groupId>org.yaml</groupId> |
| 360 | <artifactId>snakeyaml</artifactId> |
Pamela Dragosh | e78b9ef | 2020-03-12 15:36:36 -0400 | [diff] [blame] | 361 | <version>1.26</version> |
Bruno Sakoto | 3a30861 | 2019-08-05 16:31:51 -0400 | [diff] [blame] | 362 | </dependency> |
| 363 | |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 364 | <!-- Drools --> |
| 365 | |
| 366 | <!-- |
| 367 | Security Issues: 1 of 2 |
| 368 | This dependency is trying to upgrade security fixes |
| 369 | identified. If it is removed or manipulated then please |
| 370 | fix the 2nd change as noted below. |
| 371 | --> |
| 372 | |
| 373 | <dependency> |
| 374 | <groupId>org.codehaus.plexus</groupId> |
| 375 | <artifactId>plexus-utils</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 376 | <version>3.3.0</version> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 377 | </dependency> |
| 378 | |
| 379 | <dependency> |
| 380 | <groupId>org.kie</groupId> |
| 381 | <artifactId>kie-api</artifactId> |
| 382 | <version>${version.drools}</version> |
| 383 | </dependency> |
| 384 | |
| 385 | <dependency> |
| 386 | <groupId>org.kie</groupId> |
| 387 | <artifactId>kie-ci</artifactId> |
| 388 | <version>${version.drools}</version> |
| 389 | |
| 390 | <!-- |
| 391 | Issue: 2 of 2 |
| 392 | Excluding these 2 dependencies in order to force upgrade security fixes |
| 393 | identified. As declared above. Any changes here should be reflected above |
| 394 | and vice versa. |
| 395 | --> |
| 396 | |
| 397 | <exclusions> |
| 398 | <exclusion> |
| 399 | <groupId>org.codehaus.plexus</groupId> |
| 400 | <artifactId>plexus-utils</artifactId> |
| 401 | </exclusion> |
| 402 | </exclusions> |
| 403 | </dependency> |
| 404 | |
| 405 | <dependency> |
| 406 | <groupId>org.drools</groupId> |
| 407 | <artifactId>drools-core</artifactId> |
| 408 | <version>${version.drools}</version> |
| 409 | </dependency> |
| 410 | |
| 411 | <dependency> |
| 412 | <groupId>org.drools</groupId> |
| 413 | <artifactId>drools-persistence-jpa</artifactId> |
| 414 | <version>${version.drools}</version> |
| 415 | </dependency> |
| 416 | |
| 417 | <dependency> |
| 418 | <groupId>org.drools</groupId> |
| 419 | <artifactId>drools-compiler</artifactId> |
| 420 | <version>${version.drools}</version> |
| 421 | </dependency> |
| 422 | |
jhh | 6f69dcb | 2019-10-31 13:47:44 -0500 | [diff] [blame] | 423 | <dependency> |
| 424 | <groupId>org.drools</groupId> |
| 425 | <artifactId>drools-verifier-drl</artifactId> |
| 426 | <version>${version.drools}</version> |
| 427 | </dependency> |
| 428 | |
| 429 | <dependency> |
| 430 | <groupId>org.drools</groupId> |
| 431 | <artifactId>drools-verifier-api</artifactId> |
| 432 | <version>${version.drools}</version> |
| 433 | </dependency> |
| 434 | |
| 435 | <dependency> |
| 436 | <groupId>org.drools</groupId> |
| 437 | <artifactId>drools-verifier-core</artifactId> |
| 438 | <version>${version.drools}</version> |
| 439 | </dependency> |
| 440 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 441 | <!-- Test dependencies --> |
| 442 | |
| 443 | <!-- In memory Database Engine --> |
| 444 | <dependency> |
| 445 | <groupId>com.h2database</groupId> |
| 446 | <artifactId>h2</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 447 | <version>1.4.200</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 448 | <scope>test</scope> |
| 449 | </dependency> |
| 450 | |
| 451 | <!-- JUNIT --> |
| 452 | <dependency> |
| 453 | <groupId>junit</groupId> |
| 454 | <artifactId>junit</artifactId> |
Pamela Dragosh | 385f085 | 2020-02-24 07:36:08 -0500 | [diff] [blame] | 455 | <version>4.13</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 456 | <scope>test</scope> |
| 457 | </dependency> |
| 458 | |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 459 | <!-- Cucumber Tests --> |
| 460 | <dependency> |
| 461 | <groupId>io.cucumber</groupId> |
| 462 | <artifactId>cucumber-java</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 463 | <version>6.1.2</version> |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 464 | <scope>test</scope> |
| 465 | </dependency> |
| 466 | <dependency> |
| 467 | <groupId>io.cucumber</groupId> |
| 468 | <artifactId>cucumber-junit</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 469 | <version>6.1.2</version> |
Pamela Dragosh | 5249970 | 2019-03-03 16:56:56 -0500 | [diff] [blame] | 470 | <scope>test</scope> |
| 471 | </dependency> |
| 472 | |
Jim Hahn | c0e7c90 | 2019-02-11 09:22:10 -0500 | [diff] [blame] | 473 | <!-- Exception testing --> |
| 474 | <dependency> |
| 475 | <groupId>org.assertj</groupId> |
| 476 | <artifactId>assertj-core</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 477 | <version>3.16.1</version> |
Jim Hahn | c0e7c90 | 2019-02-11 09:22:10 -0500 | [diff] [blame] | 478 | <scope>test</scope> |
| 479 | </dependency> |
| 480 | |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 481 | <!-- Mock libraries --> |
| 482 | <dependency> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 483 | <groupId>com.openpojo</groupId> |
| 484 | <artifactId>openpojo</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 485 | <version>0.8.13</version> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 486 | <scope>test</scope> |
| 487 | </dependency> |
| 488 | <dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 489 | <groupId>org.mockito</groupId> |
| 490 | <artifactId>mockito-all</artifactId> |
| 491 | <version>1.10.19</version> |
| 492 | <scope>test</scope> |
| 493 | </dependency> |
| 494 | <dependency> |
| 495 | <groupId>org.powermock</groupId> |
| 496 | <artifactId>powermock-core</artifactId> |
Jim Hahn | 66887de | 2018-09-26 09:41:31 -0400 | [diff] [blame] | 497 | <version>${version.powermock}</version> |
| 498 | <scope>test</scope> |
| 499 | </dependency> |
| 500 | <dependency> |
| 501 | <groupId>org.powermock</groupId> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 502 | <artifactId>powermock-api-mockito2</artifactId> |
Jim Hahn | 66887de | 2018-09-26 09:41:31 -0400 | [diff] [blame] | 503 | <version>${version.powermock}</version> |
| 504 | <scope>test</scope> |
| 505 | </dependency> |
| 506 | <dependency> |
| 507 | <groupId>org.powermock</groupId> |
| 508 | <artifactId>powermock-module-junit4</artifactId> |
| 509 | <version>${version.powermock}</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 510 | <scope>test</scope> |
| 511 | </dependency> |
ramverma | 1a1ce73 | 2018-08-27 11:48:50 +0100 | [diff] [blame] | 512 | <dependency> |
HOCKLA | 6c59593 | 2020-01-02 09:20:42 -0600 | [diff] [blame] | 513 | <groupId>org.mockito</groupId> |
| 514 | <artifactId>mockito-core</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 515 | <version>3.3.3</version> |
ramverma | 1a1ce73 | 2018-08-27 11:48:50 +0100 | [diff] [blame] | 516 | <scope>test</scope> |
| 517 | </dependency> |
Pamela Dragosh | c0b0ed6 | 2020-03-03 08:27:26 -0500 | [diff] [blame] | 518 | |
| 519 | <!-- Awaitility --> |
| 520 | <dependency> |
| 521 | <groupId>org.awaitility</groupId> |
| 522 | <artifactId>awaitility</artifactId> |
RossC | 5587e07 | 2020-06-29 09:51:57 +0100 | [diff] [blame] | 523 | <version>4.0.3</version> |
Pamela Dragosh | c0b0ed6 | 2020-03-03 08:27:26 -0500 | [diff] [blame] | 524 | <scope>test</scope> |
| 525 | </dependency> |
| 526 | |
Ram Krishna Verma | b00006f | 2020-04-03 12:48:53 -0400 | [diff] [blame] | 527 | <!-- Netty --> |
| 528 | <dependency> |
| 529 | <groupId>io.netty</groupId> |
| 530 | <artifactId>netty-all</artifactId> |
| 531 | <version>${version.netty}</version> |
| 532 | </dependency> |
| 533 | <dependency> |
| 534 | <groupId>io.netty</groupId> |
| 535 | <artifactId>netty-codec-http2</artifactId> |
| 536 | <version>${version.netty}</version> |
| 537 | </dependency> |
| 538 | <dependency> |
| 539 | <groupId>io.netty</groupId> |
| 540 | <artifactId>netty-handler-proxy</artifactId> |
| 541 | <version>${version.netty}</version> |
| 542 | </dependency> |
RossC | ec1d3de | 2020-06-18 15:04:27 +0100 | [diff] [blame] | 543 | |
| 544 | <!-- Commons Lang --> |
| 545 | <dependency> |
| 546 | <groupId>org.apache.commons</groupId> |
| 547 | <artifactId>commons-lang3</artifactId> |
| 548 | <version>3.10</version> |
| 549 | </dependency> |
| 550 | |
| 551 | <!-- Commons IO --> |
| 552 | <dependency> |
| 553 | <groupId>commons-io</groupId> |
| 554 | <artifactId>commons-io</artifactId> |
| 555 | <version>2.7</version> |
| 556 | </dependency> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 557 | </dependencies> |
| 558 | |
| 559 | </dependencyManagement> |
| 560 | |
| 561 | |
| 562 | <scm> |
| 563 | <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection> |
| 564 | <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection> |
| 565 | <tag>HEAD</tag> |
| 566 | <url>https://wiki.onap.org/display/DW/Integration+Project</url> |
| 567 | </scm> |
| 568 | |
| 569 | <build> |
| 570 | <pluginManagement> |
| 571 | <plugins> |
| 572 | <plugin> |
| 573 | <groupId>org.codehaus.mojo</groupId> |
| 574 | <artifactId>versions-maven-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 575 | <version>2.7</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 576 | </plugin> |
| 577 | <plugin> |
| 578 | <groupId>org.apache.maven.plugins</groupId> |
| 579 | <artifactId>maven-dependency-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 580 | <version>3.1.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 581 | </plugin> |
| 582 | <plugin> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 583 | <!-- THIS PLUGIN IS RETIRED --> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 584 | <groupId>org.apache.maven.plugins</groupId> |
| 585 | <artifactId>maven-reactor-plugin</artifactId> |
| 586 | <version>1.1</version> |
| 587 | </plugin> |
| 588 | <plugin> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 589 | <!-- THIS PLUGIN IS RETIRED --> |
| 590 | <!-- Advise to use m2e --> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 591 | <groupId>org.apache.maven.plugins</groupId> |
| 592 | <artifactId>maven-eclipse-plugin</artifactId> |
| 593 | <version>2.10</version> |
| 594 | </plugin> |
| 595 | <plugin> |
| 596 | <groupId>org.apache.maven.plugins</groupId> |
| 597 | <artifactId>maven-install-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 598 | <version>3.0.0-M1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 599 | </plugin> |
| 600 | <plugin> |
| 601 | <groupId>org.apache.maven.plugins</groupId> |
| 602 | <artifactId>maven-resources-plugin</artifactId> |
| 603 | <version>3.1.0</version> |
| 604 | </plugin> |
| 605 | <plugin> |
| 606 | <groupId>org.apache.maven.plugins</groupId> |
| 607 | <artifactId>maven-source-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 608 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 609 | </plugin> |
| 610 | <plugin> |
| 611 | <groupId>org.apache.maven.plugins</groupId> |
| 612 | <artifactId>maven-release-plugin</artifactId> |
| 613 | <version>2.5.3</version> |
| 614 | </plugin> |
| 615 | <plugin> |
| 616 | <groupId>org.apache.maven.plugins</groupId> |
| 617 | <artifactId>maven-assembly-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 618 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 619 | </plugin> |
| 620 | <plugin> |
| 621 | <groupId>org.apache.maven.plugins</groupId> |
| 622 | <artifactId>maven-jar-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 623 | <version>3.2.0</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 624 | </plugin> |
| 625 | <plugin> |
| 626 | <groupId>org.apache.maven.plugins</groupId> |
| 627 | <artifactId>maven-javadoc-plugin</artifactId> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 628 | <version>3.1.1</version> |
| 629 | </plugin> |
| 630 | <plugin> |
| 631 | <groupId>org.apache.maven.plugins</groupId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 632 | <artifactId>maven-shade-plugin</artifactId> |
| 633 | <version>3.2.1</version> |
| 634 | </plugin> |
| 635 | <plugin> |
| 636 | <groupId>org.apache.maven.plugins</groupId> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 637 | <artifactId>maven-archetype-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 638 | <version>3.1.2</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 639 | </plugin> |
| 640 | <plugin> |
| 641 | <groupId>org.apache.maven.archetype</groupId> |
| 642 | <artifactId>archetype-packaging</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 643 | <version>3.1.2</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 644 | </plugin> |
| 645 | <plugin> |
| 646 | <groupId>com.coderplus.maven.plugins</groupId> |
| 647 | <artifactId>copy-rename-maven-plugin</artifactId> |
| 648 | <version>1.0.1</version> |
| 649 | </plugin> |
| 650 | <plugin> |
| 651 | <groupId>org.apache.maven.plugins</groupId> |
| 652 | <artifactId>maven-compiler-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 653 | <version>3.8.1</version> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 654 | <configuration> |
| 655 | <encoding>${project.build.sourceEncoding}</encoding> |
HOCKLA | 4b7e270 | 2019-12-10 09:54:48 -0600 | [diff] [blame] | 656 | <release>${java.version}</release> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 657 | </configuration> |
| 658 | </plugin> |
| 659 | <plugin> |
| 660 | <groupId>org.codehaus.mojo</groupId> |
| 661 | <artifactId>exec-maven-plugin</artifactId> |
| 662 | <version>1.6.0</version> |
| 663 | </plugin> |
ramverma | 2a7fa3a | 2018-07-13 16:19:55 +0100 | [diff] [blame] | 664 | <plugin> |
| 665 | <groupId>org.apache.maven.plugins</groupId> |
| 666 | <artifactId>maven-war-plugin</artifactId> |
Pamela Dragosh | d7a4365 | 2019-11-08 14:49:19 -0500 | [diff] [blame] | 667 | <version>3.2.3</version> |
| 668 | </plugin> |
| 669 | <plugin> |
| 670 | <groupId>io.fabric8</groupId> |
| 671 | <artifactId>docker-maven-plugin</artifactId> |
| 672 | <version>0.31.0</version> |
ramverma | 2a7fa3a | 2018-07-13 16:19:55 +0100 | [diff] [blame] | 673 | </plugin> |
jhh | d8e186f | 2019-10-31 08:58:33 -0500 | [diff] [blame] | 674 | <plugin> |
| 675 | <groupId>org.kie</groupId> |
| 676 | <artifactId>kie-maven-plugin</artifactId> |
| 677 | <version>${version.drools}</version> |
| 678 | <extensions>true</extensions> |
| 679 | </plugin> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 680 | </plugins> |
| 681 | </pluginManagement> |
| 682 | |
| 683 | <plugins> |
| 684 | <plugin> |
| 685 | <groupId>org.apache.maven.plugins</groupId> |
| 686 | <artifactId>maven-compiler-plugin</artifactId> |
| 687 | <configuration> |
| 688 | <encoding>${project.build.sourceEncoding}</encoding> |
| 689 | <source>${java.version}</source> |
| 690 | <target>${java.version}</target> |
| 691 | </configuration> |
| 692 | </plugin> |
Pamela Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 693 | <plugin> |
| 694 | <groupId>org.jacoco</groupId> |
| 695 | <artifactId>jacoco-maven-plugin</artifactId> |
| 696 | <executions> |
| 697 | <execution> |
| 698 | <id>pre-unit-test</id> |
| 699 | <goals> |
| 700 | <goal>prepare-agent</goal> |
| 701 | </goals> |
| 702 | <configuration> |
| 703 | <destFile>${jacoco.dataFile}</destFile> |
| 704 | <append>true</append> |
| 705 | </configuration> |
| 706 | </execution> |
| 707 | <execution> |
| 708 | <id>post-unit-test</id> |
| 709 | <phase>test</phase> |
| 710 | <goals> |
| 711 | <goal>report</goal> |
| 712 | </goals> |
| 713 | <configuration> |
| 714 | <dataFile>${jacoco.dataFile}</dataFile> |
| 715 | </configuration> |
| 716 | </execution> |
| 717 | <execution> |
| 718 | <id>pre-integration-test</id> |
| 719 | <phase>pre-integration-test</phase> |
| 720 | <goals> |
| 721 | <goal>prepare-agent</goal> |
| 722 | </goals> |
| 723 | <configuration> |
| 724 | <skip>true</skip> |
| 725 | </configuration> |
| 726 | </execution> |
| 727 | <execution> |
| 728 | <id>post-integration-test</id> |
| 729 | <phase>post-integration-test</phase> |
| 730 | <goals> |
| 731 | <goal>report</goal> |
| 732 | </goals> |
| 733 | <configuration> |
| 734 | <skip>true</skip> |
| 735 | </configuration> |
| 736 | </execution> |
Pamela Dragosh | ed57ed2 | 2020-01-16 14:38:07 -0500 | [diff] [blame] | 737 | <execution> |
| 738 | <id>report-aggregate</id> |
| 739 | <phase>prepare-package</phase> |
| 740 | <goals> |
| 741 | <goal>report-aggregate</goal> |
| 742 | </goals> |
| 743 | </execution> |
Pamela Dragosh | c1935db | 2020-01-14 14:11:20 -0500 | [diff] [blame] | 744 | </executions> |
| 745 | </plugin> |
liamfallon | 324700e | 2020-06-18 11:45:14 +0100 | [diff] [blame] | 746 | <plugin> |
| 747 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 748 | <executions> |
| 749 | <execution> |
| 750 | <id>onap-license</id> |
| 751 | <goals> |
| 752 | <goal>check</goal> |
| 753 | </goals> |
| 754 | <phase>process-sources</phase> |
| 755 | <configuration> |
| 756 | <configLocation>onap-checkstyle/check-license.xml</configLocation> |
| 757 | <includeResources>false</includeResources> |
| 758 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 759 | <includeTestResources>false</includeTestResources> |
| 760 | <sourceDirectories> |
| 761 | <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 762 | </sourceDirectories> |
| 763 | <consoleOutput>true</consoleOutput> |
| 764 | <failOnViolation>true</failOnViolation> |
| 765 | <violationSeverity>warning</violationSeverity> |
| 766 | </configuration> |
| 767 | </execution> |
| 768 | <execution> |
| 769 | <id>onap-java-style</id> |
| 770 | <goals> |
| 771 | <goal>check</goal> |
| 772 | </goals> |
| 773 | <phase>process-sources</phase> |
| 774 | <configuration> |
| 775 | <!-- Use Google Java Style Guide: |
| 776 | https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
| 777 | with minor changes --> |
| 778 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 779 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated |
| 780 | sources directory --> |
| 781 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
| 782 | <includeResources>true</includeResources> |
| 783 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 784 | <includeTestResources>true</includeTestResources> |
| 785 | <excludes> |
| 786 | </excludes> |
| 787 | <consoleOutput>true</consoleOutput> |
| 788 | <failOnViolation>true</failOnViolation> |
| 789 | <violationSeverity>warning</violationSeverity> |
| 790 | </configuration> |
| 791 | </execution> |
| 792 | </executions> |
| 793 | <dependencies> |
| 794 | <dependency> |
| 795 | <groupId>org.onap.oparent</groupId> |
| 796 | <artifactId>checkstyle</artifactId> |
| 797 | <version>${oparent.version}</version> |
| 798 | <scope>compile</scope> |
| 799 | </dependency> |
| 800 | </dependencies> |
| 801 | </plugin> |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 802 | </plugins> |
| 803 | </build> |
liamfallon | f3bc1c9 | 2018-06-22 08:34:52 +0800 | [diff] [blame] | 804 | </project> |