Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Pamela Dragosh | d39c5e5 | 2018-05-23 11:47:11 -0400 | [diff] [blame] | 3 | ONAP Policy Engine - XACML PDP |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 4 | ================================================================================ |
HOCKLA | ac087ee | 2020-01-10 15:09:21 -0600 | [diff] [blame] | 5 | Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [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 |
Jim Hahn | 1df1c6a | 2019-09-12 16:05:18 -0400 | [diff] [blame] | 10 | |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Jim Hahn | 1df1c6a | 2019-09-12 16:05:18 -0400 | [diff] [blame] | 12 | |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 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 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 24 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.policy.parent</groupId> |
| 27 | <artifactId>integration</artifactId> |
HOCKLA | 82b162b | 2020-01-14 11:39:47 -0600 | [diff] [blame] | 28 | <version>3.1.1-SNAPSHOT</version> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 29 | <relativePath /> |
| 30 | </parent> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 31 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 32 | <groupId>org.onap.policy.xacml-pdp</groupId> |
| 33 | <artifactId>policy-xacml-pdp</artifactId> |
Jim Hahn | 88a247e | 2019-09-10 11:14:09 -0400 | [diff] [blame] | 34 | <version>2.2.0-SNAPSHOT</version> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 35 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 36 | <packaging>pom</packaging> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 37 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 38 | <name>policy-xacml-pdp</name> |
| 39 | <description>This code implements the XACML PDP engine</description> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 40 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 41 | <properties> |
HOCKLA | 82b162b | 2020-01-14 11:39:47 -0600 | [diff] [blame] | 42 | <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> |
| 43 | <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 44 | </properties> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 45 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 46 | <modules> |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 47 | <module>main</module> |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 48 | <module>applications</module> |
Michael Mokry | ab1824d | 2019-02-13 10:34:48 -0600 | [diff] [blame] | 49 | <module>packages</module> |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 50 | <module>testsuites</module> |
Ali Hockla | 6f14525 | 2019-10-01 18:42:04 -0500 | [diff] [blame] | 51 | <module>xacml-test</module> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 52 | </modules> |
Jim Hahn | 1df1c6a | 2019-09-12 16:05:18 -0400 | [diff] [blame] | 53 | |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 54 | <dependencies> |
| 55 | <dependency> |
| 56 | <groupId>junit</groupId> |
| 57 | <artifactId>junit</artifactId> |
| 58 | <scope>test</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 61 | <groupId>io.cucumber</groupId> |
| 62 | <artifactId>cucumber-java</artifactId> |
| 63 | <scope>test</scope> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>io.cucumber</groupId> |
| 67 | <artifactId>cucumber-junit</artifactId> |
| 68 | <scope>test</scope> |
| 69 | </dependency> |
| 70 | <dependency> |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 71 | <groupId>org.assertj</groupId> |
| 72 | <artifactId>assertj-core</artifactId> |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.slf4j</groupId> |
| 77 | <artifactId>slf4j-ext</artifactId> |
| 78 | <version>1.8.0-beta2</version> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.slf4j</groupId> |
| 82 | <artifactId>slf4j-api</artifactId> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>ch.qos.logback</groupId> |
| 86 | <artifactId>logback-core</artifactId> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>ch.qos.logback</groupId> |
| 90 | <artifactId>logback-classic</artifactId> |
| 91 | </dependency> |
Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame] | 92 | <dependency> |
| 93 | <groupId>org.yaml</groupId> |
| 94 | <artifactId>snakeyaml</artifactId> |
Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame] | 95 | </dependency> |
| 96 | <dependency> |
Pamela Dragosh | 2c847e0 | 2019-03-22 14:12:52 -0400 | [diff] [blame] | 97 | <groupId>org.projectlombok</groupId> |
| 98 | <artifactId>lombok</artifactId> |
| 99 | </dependency> |
| 100 | <dependency> |
Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame] | 101 | <groupId>org.json</groupId> |
| 102 | <artifactId>json</artifactId> |
| 103 | <version>20180813</version> |
| 104 | </dependency> |
| 105 | <dependency> |
Pamela Dragosh | 59c38b6 | 2019-03-15 14:30:00 -0400 | [diff] [blame] | 106 | <groupId>org.onap.policy.models</groupId> |
Pamela Dragosh | 2c847e0 | 2019-03-22 14:12:52 -0400 | [diff] [blame] | 107 | <artifactId>policy-models-decisions</artifactId> |
Pamela Dragosh | 59c38b6 | 2019-03-15 14:30:00 -0400 | [diff] [blame] | 108 | <version>${policy.models.version}</version> |
Michael Mokry | 5dd6d16 | 2019-04-02 07:33:28 -0500 | [diff] [blame] | 109 | </dependency> |
Pamela Dragosh | 59c38b6 | 2019-03-15 14:30:00 -0400 | [diff] [blame] | 110 | <dependency> |
| 111 | <groupId>org.onap.policy.models</groupId> |
| 112 | <artifactId>policy-models-tosca</artifactId> |
| 113 | <version>${policy.models.version}</version> |
Michael Mokry | 5dd6d16 | 2019-04-02 07:33:28 -0500 | [diff] [blame] | 114 | </dependency> |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 115 | </dependencies> |
Jim Hahn | 1df1c6a | 2019-09-12 16:05:18 -0400 | [diff] [blame] | 116 | |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 117 | <distributionManagement> |
| 118 | <site> |
| 119 | <id>ecomp-site</id> |
| 120 | <url>dav:${nexusproxy}${sitePath}</url> |
| 121 | </site> |
| 122 | </distributionManagement> |
| 123 | |
| 124 | <build> |
| 125 | <plugins> |
| 126 | <plugin> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 127 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 128 | <executions> |
| 129 | <execution> |
| 130 | <id>onap-java-style</id> |
| 131 | <goals> |
| 132 | <goal>check</goal> |
| 133 | </goals> |
| 134 | <phase>process-sources</phase> |
| 135 | <configuration> |
Jim Hahn | 1df1c6a | 2019-09-12 16:05:18 -0400 | [diff] [blame] | 136 | <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 137 | with minor changes --> |
| 138 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 139 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
HOCKLA | 82b162b | 2020-01-14 11:39:47 -0600 | [diff] [blame] | 140 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 141 | <includeResources>true</includeResources> |
| 142 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 143 | <includeTestResources>true</includeTestResources> |
| 144 | <excludes> |
| 145 | </excludes> |
HOCKLA | 82b162b | 2020-01-14 11:39:47 -0600 | [diff] [blame] | 146 | <suppressionsLocation>/checkstyle-suppressions.xml</suppressionsLocation> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 147 | <consoleOutput>true</consoleOutput> |
| 148 | <failOnViolation>true</failOnViolation> |
| 149 | <violationSeverity>warning</violationSeverity> |
| 150 | </configuration> |
| 151 | </execution> |
| 152 | </executions> |
| 153 | <dependencies> |
| 154 | <dependency> |
| 155 | <groupId>org.onap.oparent</groupId> |
| 156 | <artifactId>checkstyle</artifactId> |
| 157 | <version>${oparent.version}</version> |
| 158 | <scope>compile</scope> |
| 159 | </dependency> |
| 160 | </dependencies> |
| 161 | </plugin> |
| 162 | </plugins> |
| 163 | <pluginManagement> |
| 164 | <plugins> |
| 165 | <plugin> |
Pamela Dragosh | 1f9897d | 2018-09-25 09:27:15 -0400 | [diff] [blame] | 166 | <groupId>org.eclipse.m2e</groupId> |
| 167 | <artifactId>lifecycle-mapping</artifactId> |
| 168 | <version>1.0.0</version> |
| 169 | <configuration> |
| 170 | <lifecycleMappingMetadata> |
| 171 | <pluginExecutions> |
| 172 | <pluginExecution> |
| 173 | <pluginExecutionFilter> |
| 174 | <groupId>org.apache.maven.plugins</groupId> |
| 175 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 176 | <versionRange>2.17,)</versionRange> |
| 177 | <goals> |
| 178 | <goal>check</goal> |
| 179 | </goals> |
| 180 | </pluginExecutionFilter> |
| 181 | <action> |
| 182 | <ignore /> |
| 183 | </action> |
| 184 | </pluginExecution> |
| 185 | </pluginExecutions> |
| 186 | </lifecycleMappingMetadata> |
| 187 | </configuration> |
| 188 | </plugin> |
| 189 | </plugins> |
| 190 | </pluginManagement> |
| 191 | </build> |
Pamela Dragosh | 51cc373 | 2018-05-23 08:38:45 -0400 | [diff] [blame] | 192 | </project> |