blob: 7367673b17d0e7542ac1fc9ee8bb9bff95d1ce18 [file] [log] [blame]
Pamela Dragosh51cc3732018-05-23 08:38:45 -04001<!--
2 ============LICENSE_START=======================================================
Pamela Dragoshd39c5e52018-05-23 11:47:11 -04003 ONAP Policy Engine - XACML PDP
Pamela Dragosh51cc3732018-05-23 08:38:45 -04004 ================================================================================
HOCKLAac087ee2020-01-10 15:09:21 -06005 Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh51cc3732018-05-23 08:38:45 -04006 ================================================================================
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 Hahn1df1c6a2019-09-12 16:05:18 -040010
Pamela Dragosh51cc3732018-05-23 08:38:45 -040011 http://www.apache.org/licenses/LICENSE-2.0
Jim Hahn1df1c6a2019-09-12 16:05:18 -040012
Pamela Dragosh51cc3732018-05-23 08:38:45 -040013 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 Dragosh1f9897d2018-09-25 09:27:15 -040022 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 Dragosh51cc3732018-05-23 08:38:45 -040024
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040025 <parent>
26 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>integration</artifactId>
HOCKLA82b162b2020-01-14 11:39:47 -060028 <version>3.1.1-SNAPSHOT</version>
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040029 <relativePath />
30 </parent>
Pamela Dragosh51cc3732018-05-23 08:38:45 -040031
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040032 <groupId>org.onap.policy.xacml-pdp</groupId>
33 <artifactId>policy-xacml-pdp</artifactId>
Jim Hahn88a247e2019-09-10 11:14:09 -040034 <version>2.2.0-SNAPSHOT</version>
Pamela Dragosh51cc3732018-05-23 08:38:45 -040035
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040036 <packaging>pom</packaging>
Pamela Dragosh51cc3732018-05-23 08:38:45 -040037
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040038 <name>policy-xacml-pdp</name>
39 <description>This code implements the XACML PDP engine</description>
Pamela Dragosh51cc3732018-05-23 08:38:45 -040040
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040041 <properties>
HOCKLA82b162b2020-01-14 11:39:47 -060042 <policy.common.version>1.6.2-SNAPSHOT</policy.common.version>
43 <policy.models.version>2.2.1-SNAPSHOT</policy.models.version>
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040044 </properties>
Pamela Dragosh51cc3732018-05-23 08:38:45 -040045
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040046 <modules>
Michael Mokryf239a662019-01-31 13:16:55 -060047 <module>main</module>
Pamela Dragosha0265962019-03-03 19:01:08 -050048 <module>applications</module>
Michael Mokryab1824d2019-02-13 10:34:48 -060049 <module>packages</module>
Bilal Aabd92e42019-03-05 13:18:49 -050050 <module>testsuites</module>
Ali Hockla6f145252019-10-01 18:42:04 -050051 <module>xacml-test</module>
Pamela Dragosh1f9897d2018-09-25 09:27:15 -040052 </modules>
Jim Hahn1df1c6a2019-09-12 16:05:18 -040053
Michael Mokryf239a662019-01-31 13:16:55 -060054 <dependencies>
55 <dependency>
56 <groupId>junit</groupId>
57 <artifactId>junit</artifactId>
58 <scope>test</scope>
59 </dependency>
60 <dependency>
Pamela Dragosha0265962019-03-03 19:01:08 -050061 <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 Mokryf239a662019-01-31 13:16:55 -060071 <groupId>org.assertj</groupId>
72 <artifactId>assertj-core</artifactId>
Michael Mokryf239a662019-01-31 13:16:55 -060073 <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 Dragoshb909b142019-03-09 11:48:44 -050092 <dependency>
93 <groupId>org.yaml</groupId>
94 <artifactId>snakeyaml</artifactId>
Pamela Dragoshb909b142019-03-09 11:48:44 -050095 </dependency>
96 <dependency>
Pamela Dragosh2c847e02019-03-22 14:12:52 -040097 <groupId>org.projectlombok</groupId>
98 <artifactId>lombok</artifactId>
99 </dependency>
100 <dependency>
Pamela Dragoshb909b142019-03-09 11:48:44 -0500101 <groupId>org.json</groupId>
102 <artifactId>json</artifactId>
103 <version>20180813</version>
104 </dependency>
105 <dependency>
Pamela Dragosh59c38b62019-03-15 14:30:00 -0400106 <groupId>org.onap.policy.models</groupId>
Pamela Dragosh2c847e02019-03-22 14:12:52 -0400107 <artifactId>policy-models-decisions</artifactId>
Pamela Dragosh59c38b62019-03-15 14:30:00 -0400108 <version>${policy.models.version}</version>
Michael Mokry5dd6d162019-04-02 07:33:28 -0500109 </dependency>
Pamela Dragosh59c38b62019-03-15 14:30:00 -0400110 <dependency>
111 <groupId>org.onap.policy.models</groupId>
112 <artifactId>policy-models-tosca</artifactId>
113 <version>${policy.models.version}</version>
Michael Mokry5dd6d162019-04-02 07:33:28 -0500114 </dependency>
Michael Mokryf239a662019-01-31 13:16:55 -0600115 </dependencies>
Jim Hahn1df1c6a2019-09-12 16:05:18 -0400116
Pamela Dragosh1f9897d2018-09-25 09:27:15 -0400117 <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 Dragosh1f9897d2018-09-25 09:27:15 -0400127 <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 Hahn1df1c6a2019-09-12 16:05:18 -0400136 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
Pamela Dragosh1f9897d2018-09-25 09:27:15 -0400137 with minor changes -->
138 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
139 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
HOCKLA82b162b2020-01-14 11:39:47 -0600140 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
Pamela Dragosh1f9897d2018-09-25 09:27:15 -0400141 <includeResources>true</includeResources>
142 <includeTestSourceDirectory>true</includeTestSourceDirectory>
143 <includeTestResources>true</includeTestResources>
144 <excludes>
145 </excludes>
HOCKLA82b162b2020-01-14 11:39:47 -0600146 <suppressionsLocation>/checkstyle-suppressions.xml</suppressionsLocation>
Pamela Dragosh1f9897d2018-09-25 09:27:15 -0400147 <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 Dragosh1f9897d2018-09-25 09:27:15 -0400166 <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 Dragosh51cc3732018-05-23 08:38:45 -0400192</project>