blob: 40d2521127362f4ff1f9fb39ceb2c4817e522bef [file] [log] [blame]
Peyton Puckettdbdfc632019-09-30 14:28:14 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP Policy Engine - Drools PDP
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05005 ================================================================================
Hockla, Ali (ah999m)7c924cf2020-01-10 15:31:03 -06006 Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
liamfalloneb70ba32019-11-01 12:01:13 +00007 Modifications Copyright (C) 2019 Nordix Foundation.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05008 ================================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
Temoc Rodriguez82ba9222017-08-17 08:24:55 -070012
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050013 http://www.apache.org/licenses/LICENSE-2.0
Temoc Rodriguez82ba9222017-08-17 08:24:55 -070014
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050015 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
Peyton Puckettdbdfc632019-09-30 14:28:14 -050020 ============LICENSE_END=========================================================
Pamela Dragoshbd6c4372018-02-16 10:30:56 -050021-->
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050022
liamfallon99200202018-10-31 16:00:08 +000023<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/maven-v4_0_0.xsd">
Pamela Dragoshfd307be2018-08-28 18:10:51 -040024 <modelVersion>4.0.0</modelVersion>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050025
Pamela Dragoshfd307be2018-08-28 18:10:51 -040026 <parent>
27 <groupId>org.onap.policy.parent</groupId>
28 <artifactId>integration</artifactId>
Pamela Dragosh355792c2020-03-23 19:47:20 -040029 <version>3.1.1</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040030 <relativePath />
31 </parent>
Guo Ruijing15be35a2017-08-03 11:32:09 +000032
Pamela Dragoshfd307be2018-08-28 18:10:51 -040033 <groupId>org.onap.policy.drools-pdp</groupId>
34 <artifactId>drools-pdp</artifactId>
Jim Hahn89a8e322019-09-10 11:22:40 -040035 <version>1.6.0-SNAPSHOT</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040036 <packaging>pom</packaging>
37 <name>policy-drools-pdp</name>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050038
Pamela Dragoshfd307be2018-08-28 18:10:51 -040039 <description>The ONAP Policy Engine drools-based PDP Project</description>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050040
Pamela Dragoshfd307be2018-08-28 18:10:51 -040041 <properties>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040042 <!-- Project path properties -->
43 <nexusproxy>https://nexus.onap.org</nexusproxy>
44 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
45 <releases.path>content/repositories/releases/</releases.path>
46 <snapshots.path>content/repositories/snapshots/</snapshots.path>
47 <staging.path>content/repositories/staging/</staging.path>
Pamela Dragoshbd6c4372018-02-16 10:30:56 -050048
Pamela Dragoshfd307be2018-08-28 18:10:51 -040049 <!-- Project common dependency versions -->
Daniel Cruzfa2a5a42019-02-14 00:42:45 -060050 <json.path.version>2.4.0</json.path.version>
Jim Hahn0e6b16b2018-09-11 10:11:29 -040051 <hibernate.core.version>5.2.10.Final</hibernate.core.version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040052 <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
53 <commons.io.version>2.5</commons.io.version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040054 <xml.apis.version>1.4.01</xml.apis.version>
Pamela Dragosh355792c2020-03-23 19:47:20 -040055 <policy.common.version>1.6.2</policy.common.version>
56 <policy.models.version>2.2.1</policy.models.version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040057 </properties>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050058
Pamela Dragoshfd307be2018-08-28 18:10:51 -040059 <modules>
60 <module>policy-utils</module>
61 <module>policy-core</module>
jhh3f563fe2020-03-05 22:32:58 -060062 <module>policy-domains</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040063 <module>policy-management</module>
64 <module>feature-healthcheck</module>
65 <module>feature-eelf</module>
Jim Hahna3fa1c62018-03-26 16:48:31 -040066 <module>feature-pooling-dmaap</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040067 <module>feature-session-persistence</module>
68 <module>feature-test-transaction</module>
69 <module>api-state-management</module>
70 <module>feature-state-management</module>
71 <module>api-active-standby-management</module>
72 <module>feature-active-standby-management</module>
73 <module>feature-simulators</module>
74 <module>feature-distributed-locking</module>
Daniel Cruz62e42812019-02-22 11:31:17 -060075 <module>feature-controller-logging</module>
Daniel Cruz89d34412019-03-22 08:33:29 -050076 <module>feature-mdc-filters</module>
Jorge Hernandez964b1272019-03-28 01:12:10 -050077 <module>feature-lifecycle</module>
Straubs, Ralph (rs8887)f9e71de2019-10-28 07:49:56 -050078 <module>feature-drools-init</module>
Straubs, Ralph (rs8887)001320e2020-02-04 03:26:30 -060079 <module>api-server-pool-state-control</module>
80 <module>feature-server-pool</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040081 <module>packages</module>
82 </modules>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050083
Pamela Dragoshfd307be2018-08-28 18:10:51 -040084 <dependencyManagement>
85 <dependencies>
86 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040087 <groupId>javax.ws.rs</groupId>
88 <artifactId>javax.ws.rs-api</artifactId>
89 <version>2.0.1</version>
90 </dependency>
91 <dependency>
92 <groupId>org.glassfish.hk2.external</groupId>
93 <artifactId>javax.inject</artifactId>
94 <version>2.4.0-b31</version>
95 </dependency>
96 <dependency>
Daniel Cruzfa2a5a42019-02-14 00:42:45 -060097 <groupId>com.jayway.jsonpath</groupId>
98 <artifactId>json-path</artifactId>
99 <version>${json.path.version}</version>
100 </dependency>
101 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400102 <groupId>org.hibernate</groupId>
103 <artifactId>hibernate-core</artifactId>
104 <version>${hibernate.core.version}</version>
105 </dependency>
106 <dependency>
107 <groupId>org.hibernate.common</groupId>
108 <artifactId>hibernate-commons-annotations</artifactId>
109 <version>${hibernate.commons.annotations.version}</version>
110 </dependency>
111 <dependency>
112 <groupId>commons-io</groupId>
113 <artifactId>commons-io</artifactId>
114 <version>${commons.io.version}</version>
115 </dependency>
116 <dependency>
117 <groupId>xml-apis</groupId>
118 <artifactId>xml-apis</artifactId>
119 <version>${xml.apis.version}</version>
120 </dependency>
121 </dependencies>
122 </dependencyManagement>
Pamela Dragoshbd6c4372018-02-16 10:30:56 -0500123
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400124 <build>
125 <plugins>
Pamela Dragosha0e0c782018-09-28 04:58:26 -0400126 <plugin>
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>
Peyton Puckettdbdfc632019-09-30 14:28:14 -0500136 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
Pamela Dragosha0e0c782018-09-28 04:58:26 -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 -->
Hockla, Ali (ah999m)956a7b52020-01-13 14:11:46 -0600140 <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
Pamela Dragosha0e0c782018-09-28 04:58:26 -0400141 <includeResources>true</includeResources>
142 <includeTestSourceDirectory>true</includeTestSourceDirectory>
143 <includeTestResources>true</includeTestResources>
144 <excludes>
145 </excludes>
146 <!-- suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation -->
147 <consoleOutput>true</consoleOutput>
148 <failsOnViolation>true</failsOnViolation>
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>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400162 <plugin>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400163 <groupId>org.apache.maven.plugins</groupId>
164 <artifactId>maven-deploy-plugin</artifactId>
165 <configuration>
Peyton Puckettdbdfc632019-09-30 14:28:14 -0500166 <skip/>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400167 </configuration>
168 </plugin>
169 <plugin>
170 <groupId>org.apache.maven.plugins</groupId>
171 <artifactId>maven-compiler-plugin</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400172 </plugin>
173 <plugin>
174 <groupId>org.apache.maven.plugins</groupId>
175 <artifactId>maven-resources-plugin</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400176 </plugin>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -0500177
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400178 <plugin>
179 <groupId>org.apache.maven.plugins</groupId>
180 <artifactId>maven-site-plugin</artifactId>
181 <dependencies>
182 <dependency>
183 <groupId>org.apache.maven.wagon</groupId>
184 <artifactId>wagon-webdav-jackrabbit</artifactId>
185 <version>2.10</version>
186 </dependency>
187 </dependencies>
188 </plugin>
189 </plugins>
190 <pluginManagement>
191 <plugins>
192 <plugin>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400193 <groupId>org.eclipse.m2e</groupId>
194 <artifactId>lifecycle-mapping</artifactId>
195 <version>1.0.0</version>
196 <configuration>
197 <lifecycleMappingMetadata>
198 <pluginExecutions>
199 <pluginExecution>
200 <pluginExecutionFilter>
201 <groupId>org.apache.maven.plugins</groupId>
202 <artifactId>maven-checkstyle-plugin</artifactId>
203 <versionRange>2.17,)</versionRange>
204 <goals>
205 <goal>check</goal>
206 </goals>
207 </pluginExecutionFilter>
208 <action>
Peyton Puckettdbdfc632019-09-30 14:28:14 -0500209 <ignore/>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400210 </action>
211 </pluginExecution>
212 </pluginExecutions>
213 </lifecycleMappingMetadata>
214 </configuration>
215 </plugin>
216 </plugins>
217 </pluginManagement>
218 </build>
219 <reporting>
220 <plugins>
221 <plugin>
222 <groupId>org.apache.maven.plugins</groupId>
223 <artifactId>maven-javadoc-plugin</artifactId>
224 <version>2.10.4</version>
225 <configuration>
226 <failOnError>false</failOnError>
227 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
228 <docletArtifact>
229 <groupId>org.umlgraph</groupId>
230 <artifactId>umlgraph</artifactId>
231 <version>5.6</version>
232 </docletArtifact>
233 <additionalparam>-views</additionalparam>
234 <useStandardDocletOptions>true</useStandardDocletOptions>
235 </configuration>
236 </plugin>
237 </plugins>
238 </reporting>
Pamela Dragoshb67f4172017-04-10 10:24:23 -0400239
Pamela Dragosh0e16acf2017-02-14 19:45:48 -0500240</project>