Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy Engine - Drools PDP |
| 4 | ================================================================================ |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 5 | Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
liamfallon | 9920020 | 2018-10-31 16:00:08 +0000 | [diff] [blame] | 21 | <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"> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 22 | |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 24 | |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 27 | <artifactId>drools-pdp</artifactId> |
Jim Hahn | 89a8e32 | 2019-09-10 11:22:40 -0400 | [diff] [blame] | 28 | <version>1.6.0-SNAPSHOT</version> |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 29 | </parent> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 30 | |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 31 | <artifactId>api-state-management</artifactId> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 32 | |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 33 | <name>api-state-management</name> |
| 34 | <description>Separately loadable module for state management APIe</description> |
| 35 | |
| 36 | <properties> |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 37 | <swagger.version>1.5.0</swagger.version> |
| 38 | </properties> |
| 39 | |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 40 | |
| 41 | <dependencies> |
| 42 | <dependency> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 43 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 44 | <artifactId>policy-core</artifactId> |
| 45 | <version>${project.version}</version> |
| 46 | <scope>provided</scope> |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 49 | <groupId>org.onap.policy.common</groupId> |
| 50 | <artifactId>integrity-monitor</artifactId> |
| 51 | <version>${policy.common.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.projectlombok</groupId> |
| 55 | <artifactId>lombok</artifactId> |
| 56 | <scope>provided</scope> |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 57 | </dependency> |
| 58 | </dependencies> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 59 | |
| 60 | <build> |
| 61 | <plugins> |
| 62 | <plugin> |
| 63 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 64 | <executions> |
| 65 | <execution> |
| 66 | <id>onap-java-style</id> |
| 67 | <goals> |
| 68 | <goal>check</goal> |
| 69 | </goals> |
| 70 | <phase>process-sources</phase> |
| 71 | <configuration> |
| 72 | <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
| 73 | with minor changes --> |
| 74 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 75 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 76 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 77 | <includeResources>true</includeResources> |
| 78 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 79 | <includeTestResources>true</includeTestResources> |
| 80 | <excludes> |
| 81 | </excludes> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 82 | <consoleOutput>true</consoleOutput> |
| 83 | <failsOnViolation>true</failsOnViolation> |
| 84 | <violationSeverity>warning</violationSeverity> |
| 85 | </configuration> |
| 86 | </execution> |
| 87 | </executions> |
| 88 | <dependencies> |
| 89 | <dependency> |
| 90 | <groupId>org.onap.oparent</groupId> |
| 91 | <artifactId>checkstyle</artifactId> |
| 92 | <version>${oparent.version}</version> |
| 93 | <scope>compile</scope> |
| 94 | </dependency> |
| 95 | </dependencies> |
| 96 | </plugin> |
| 97 | </plugins> |
| 98 | </build> |
Magnusen, Drew (dm741q) | 18253e5 | 2017-09-07 08:55:17 -0500 | [diff] [blame] | 99 | </project> |