blob: 710d05f01f03859fdfa9d54eae21ad2a123bb340 [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 ================================================================================
jhh1bab60c2022-02-10 13:34:40 -06006 Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
adheli.tavarescc1d3d32024-01-26 15:28:56 +00007 Modifications Copyright (C) 2020, 2023-2024 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
adheli.tavares396f6022023-08-07 16:01:21 -040023<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 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 -040025 <modelVersion>4.0.0</modelVersion>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050026
Pamela Dragoshfd307be2018-08-28 18:10:51 -040027 <parent>
28 <groupId>org.onap.policy.parent</groupId>
29 <artifactId>integration</artifactId>
waynedunicane51bea12024-02-19 09:37:29 +000030 <version>4.1.2-SNAPSHOT</version>
liamfallon6b30f372023-10-18 09:08:45 +010031 <relativePath />
Pamela Dragoshfd307be2018-08-28 18:10:51 -040032 </parent>
Guo Ruijing15be35a2017-08-03 11:32:09 +000033
Pamela Dragoshfd307be2018-08-28 18:10:51 -040034 <groupId>org.onap.policy.drools-pdp</groupId>
35 <artifactId>drools-pdp</artifactId>
waynedunicane51bea12024-02-19 09:37:29 +000036 <version>2.1.2-SNAPSHOT</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040037 <packaging>pom</packaging>
38 <name>policy-drools-pdp</name>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050039
Pamela Dragoshfd307be2018-08-28 18:10:51 -040040 <description>The ONAP Policy Engine drools-based PDP Project</description>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050041
Pamela Dragoshfd307be2018-08-28 18:10:51 -040042 <properties>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040043 <!-- Project path properties -->
44 <nexusproxy>https://nexus.onap.org</nexusproxy>
45 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
46 <releases.path>content/repositories/releases/</releases.path>
47 <snapshots.path>content/repositories/snapshots/</snapshots.path>
48 <staging.path>content/repositories/staging/</staging.path>
Pamela Dragoshbd6c4372018-02-16 10:30:56 -050049
Pamela Dragoshfd307be2018-08-28 18:10:51 -040050 <!-- Project common dependency versions -->
adheli.tavarescc1d3d32024-01-26 15:28:56 +000051 <json.path.version>2.9.0</json.path.version>
adheli.tavaresb6d09ef2023-10-04 16:13:59 +010052 <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040053 <xml.apis.version>1.4.01</xml.apis.version>
waynedunicane51bea12024-02-19 09:37:29 +000054 <policy.common.version>2.1.2-SNAPSHOT</policy.common.version>
55 <policy.models.version>3.1.2-SNAPSHOT</policy.models.version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040056 </properties>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050057
Pamela Dragoshfd307be2018-08-28 18:10:51 -040058 <modules>
59 <module>policy-utils</module>
60 <module>policy-core</module>
jhh3f563fe2020-03-05 22:32:58 -060061 <module>policy-domains</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040062 <module>policy-management</module>
63 <module>feature-healthcheck</module>
adheli.tavarescc1d3d32024-01-26 15:28:56 +000064 <module>feature-pooling-messages</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040065 <module>feature-test-transaction</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040066 <module>feature-distributed-locking</module>
Jorge Hernandez964b1272019-03-28 01:12:10 -050067 <module>feature-lifecycle</module>
jhh149df902021-03-09 10:01:17 -060068 <module>feature-no-locking</module>
jhhe05a9642021-04-13 17:27:35 -050069 <module>feature-legacy-config</module>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040070 <module>packages</module>
71 </modules>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050072
adheli.tavares396f6022023-08-07 16:01:21 -040073 <dependencies>
74 <dependency>
75 <groupId>org.onap.policy.common</groupId>
76 <artifactId>policy-endpoints</artifactId>
77 <version>${policy.common.version}</version>
78 <scope>provided</scope>
79 </dependency>
80 <dependency>
81 <groupId>org.onap.policy.common</groupId>
82 <artifactId>utils</artifactId>
83 <version>${policy.common.version}</version>
84 <scope>provided</scope>
85 </dependency>
86 <dependency>
adheli.tavares5bd2e902024-04-10 14:12:28 +010087 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-api</artifactId>
89 </dependency>
90 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -040091 <groupId>org.onap.policy.common</groupId>
92 <artifactId>utils-test</artifactId>
93 <version>${policy.common.version}</version>
94 <scope>test</scope>
95 </dependency>
96 <dependency>
adheli.tavarescc1d3d32024-01-26 15:28:56 +000097 <groupId>org.junit.jupiter</groupId>
98 <artifactId>junit-jupiter-engine</artifactId>
adheli.tavares396f6022023-08-07 16:01:21 -040099 <scope>test</scope>
100 </dependency>
101 <dependency>
102 <groupId>org.mockito</groupId>
103 <artifactId>mockito-core</artifactId>
104 <scope>test</scope>
105 </dependency>
106 <dependency>
adheli.tavarescc1d3d32024-01-26 15:28:56 +0000107 <groupId>org.mockito</groupId>
108 <artifactId>mockito-junit-jupiter</artifactId>
109 </dependency>
110 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400111 <groupId>org.assertj</groupId>
112 <artifactId>assertj-core</artifactId>
113 <scope>test</scope>
114 </dependency>
115 <dependency>
116 <groupId>org.awaitility</groupId>
117 <artifactId>awaitility</artifactId>
118 <scope>test</scope>
119 </dependency>
120 </dependencies>
121
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400122 <dependencyManagement>
123 <dependencies>
124 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400125 <groupId>jakarta.ws.rs</groupId>
126 <artifactId>jakarta.ws.rs-api</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400127 </dependency>
128 <dependency>
129 <groupId>org.glassfish.hk2.external</groupId>
130 <artifactId>javax.inject</artifactId>
RossCc50265a2020-06-30 15:57:07 +0100131 <version>2.5.0-b62</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400132 </dependency>
133 <dependency>
Daniel Cruzfa2a5a42019-02-14 00:42:45 -0600134 <groupId>com.jayway.jsonpath</groupId>
135 <artifactId>json-path</artifactId>
136 <version>${json.path.version}</version>
137 </dependency>
138 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400139 <groupId>org.hibernate.common</groupId>
140 <artifactId>hibernate-commons-annotations</artifactId>
141 <version>${hibernate.commons.annotations.version}</version>
142 </dependency>
143 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400144 <groupId>xml-apis</groupId>
145 <artifactId>xml-apis</artifactId>
146 <version>${xml.apis.version}</version>
147 </dependency>
148 </dependencies>
149 </dependencyManagement>
Pamela Dragoshbd6c4372018-02-16 10:30:56 -0500150
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400151 <build>
152 <plugins>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400153 <plugin>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400154 <groupId>org.apache.maven.plugins</groupId>
155 <artifactId>maven-deploy-plugin</artifactId>
156 <configuration>
Peyton Puckettdbdfc632019-09-30 14:28:14 -0500157 <skip/>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400158 </configuration>
159 </plugin>
160 <plugin>
161 <groupId>org.apache.maven.plugins</groupId>
162 <artifactId>maven-compiler-plugin</artifactId>
adheli.tavaresb6d09ef2023-10-04 16:13:59 +0100163 <configuration>
adheli.tavares12142462024-03-14 21:48:25 +0000164 <release>11</release>
adheli.tavaresb6d09ef2023-10-04 16:13:59 +0100165 </configuration>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400166 </plugin>
167 <plugin>
168 <groupId>org.apache.maven.plugins</groupId>
169 <artifactId>maven-resources-plugin</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400170 </plugin>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400171 <plugin>
172 <groupId>org.apache.maven.plugins</groupId>
173 <artifactId>maven-site-plugin</artifactId>
174 <dependencies>
175 <dependency>
176 <groupId>org.apache.maven.wagon</groupId>
177 <artifactId>wagon-webdav-jackrabbit</artifactId>
adheli.tavaresb6d09ef2023-10-04 16:13:59 +0100178 <version>3.5.3</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400179 </dependency>
180 </dependencies>
181 </plugin>
adheli.tavares396f6022023-08-07 16:01:21 -0400182 <plugin>
183 <groupId>org.apache.maven.plugins</groupId>
184 <artifactId>maven-javadoc-plugin</artifactId>
185 </plugin>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400186 </plugins>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400187 </build>
188 <reporting>
189 <plugins>
190 <plugin>
191 <groupId>org.apache.maven.plugins</groupId>
192 <artifactId>maven-javadoc-plugin</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400193 <configuration>
194 <failOnError>false</failOnError>
195 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
196 <docletArtifact>
197 <groupId>org.umlgraph</groupId>
198 <artifactId>umlgraph</artifactId>
199 <version>5.6</version>
200 </docletArtifact>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400201 <useStandardDocletOptions>true</useStandardDocletOptions>
202 </configuration>
203 </plugin>
204 </plugins>
205 </reporting>
Pamela Dragoshb67f4172017-04-10 10:24:23 -0400206
Pamela Dragosh0e16acf2017-02-14 19:45:48 -0500207</project>