Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP Policy Engine - Drools PDP |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 5 | ================================================================================ |
jhh | 1bab60c | 2022-02-10 13:34:40 -0600 | [diff] [blame] | 6 | Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | cc1d3d3 | 2024-01-26 15:28:56 +0000 | [diff] [blame] | 7 | Modifications Copyright (C) 2020, 2023-2024 Nordix Foundation. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 8 | ================================================================================ |
| 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 Rodriguez | 82ba922 | 2017-08-17 08:24:55 -0700 | [diff] [blame] | 12 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
Temoc Rodriguez | 82ba922 | 2017-08-17 08:24:55 -0700 | [diff] [blame] | 14 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 15 | 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 Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 20 | ============LICENSE_END========================================================= |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 21 | --> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 22 | |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 23 | <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 Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 25 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 26 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>integration</artifactId> |
waynedunican | e51bea1 | 2024-02-19 09:37:29 +0000 | [diff] [blame] | 30 | <version>4.1.2-SNAPSHOT</version> |
liamfallon | 6b30f37 | 2023-10-18 09:08:45 +0100 | [diff] [blame] | 31 | <relativePath /> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 32 | </parent> |
Guo Ruijing | 15be35a | 2017-08-03 11:32:09 +0000 | [diff] [blame] | 33 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 34 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 35 | <artifactId>drools-pdp</artifactId> |
waynedunican | e51bea1 | 2024-02-19 09:37:29 +0000 | [diff] [blame] | 36 | <version>2.1.2-SNAPSHOT</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 37 | <packaging>pom</packaging> |
| 38 | <name>policy-drools-pdp</name> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 39 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 40 | <description>The ONAP Policy Engine drools-based PDP Project</description> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 41 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 42 | <properties> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 43 | <!-- 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 Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 49 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 50 | <!-- Project common dependency versions --> |
adheli.tavares | cc1d3d3 | 2024-01-26 15:28:56 +0000 | [diff] [blame] | 51 | <json.path.version>2.9.0</json.path.version> |
adheli.tavares | b6d09ef | 2023-10-04 16:13:59 +0100 | [diff] [blame] | 52 | <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 53 | <xml.apis.version>1.4.01</xml.apis.version> |
waynedunican | e51bea1 | 2024-02-19 09:37:29 +0000 | [diff] [blame] | 54 | <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> |
| 55 | <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 56 | </properties> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 57 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 58 | <modules> |
| 59 | <module>policy-utils</module> |
| 60 | <module>policy-core</module> |
jhh | 3f563fe | 2020-03-05 22:32:58 -0600 | [diff] [blame] | 61 | <module>policy-domains</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 62 | <module>policy-management</module> |
| 63 | <module>feature-healthcheck</module> |
adheli.tavares | cc1d3d3 | 2024-01-26 15:28:56 +0000 | [diff] [blame] | 64 | <module>feature-pooling-messages</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 65 | <module>feature-test-transaction</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 66 | <module>feature-distributed-locking</module> |
Jorge Hernandez | 964b127 | 2019-03-28 01:12:10 -0500 | [diff] [blame] | 67 | <module>feature-lifecycle</module> |
jhh | 149df90 | 2021-03-09 10:01:17 -0600 | [diff] [blame] | 68 | <module>feature-no-locking</module> |
jhh | e05a964 | 2021-04-13 17:27:35 -0500 | [diff] [blame] | 69 | <module>feature-legacy-config</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 70 | <module>packages</module> |
| 71 | </modules> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 72 | |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 73 | <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> |
| 87 | <groupId>org.onap.policy.common</groupId> |
| 88 | <artifactId>utils-test</artifactId> |
| 89 | <version>${policy.common.version}</version> |
| 90 | <scope>test</scope> |
| 91 | </dependency> |
| 92 | <dependency> |
adheli.tavares | cc1d3d3 | 2024-01-26 15:28:56 +0000 | [diff] [blame] | 93 | <groupId>org.junit.jupiter</groupId> |
| 94 | <artifactId>junit-jupiter-engine</artifactId> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 95 | <scope>test</scope> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.mockito</groupId> |
| 99 | <artifactId>mockito-core</artifactId> |
| 100 | <scope>test</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
adheli.tavares | cc1d3d3 | 2024-01-26 15:28:56 +0000 | [diff] [blame] | 103 | <groupId>org.mockito</groupId> |
| 104 | <artifactId>mockito-junit-jupiter</artifactId> |
| 105 | </dependency> |
| 106 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 107 | <groupId>org.assertj</groupId> |
| 108 | <artifactId>assertj-core</artifactId> |
| 109 | <scope>test</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.awaitility</groupId> |
| 113 | <artifactId>awaitility</artifactId> |
| 114 | <scope>test</scope> |
| 115 | </dependency> |
| 116 | </dependencies> |
| 117 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 118 | <dependencyManagement> |
| 119 | <dependencies> |
| 120 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 121 | <groupId>jakarta.ws.rs</groupId> |
| 122 | <artifactId>jakarta.ws.rs-api</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 123 | </dependency> |
| 124 | <dependency> |
| 125 | <groupId>org.glassfish.hk2.external</groupId> |
| 126 | <artifactId>javax.inject</artifactId> |
RossC | c50265a | 2020-06-30 15:57:07 +0100 | [diff] [blame] | 127 | <version>2.5.0-b62</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 128 | </dependency> |
| 129 | <dependency> |
Daniel Cruz | fa2a5a4 | 2019-02-14 00:42:45 -0600 | [diff] [blame] | 130 | <groupId>com.jayway.jsonpath</groupId> |
| 131 | <artifactId>json-path</artifactId> |
| 132 | <version>${json.path.version}</version> |
| 133 | </dependency> |
| 134 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 135 | <groupId>org.hibernate.common</groupId> |
| 136 | <artifactId>hibernate-commons-annotations</artifactId> |
| 137 | <version>${hibernate.commons.annotations.version}</version> |
| 138 | </dependency> |
| 139 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 140 | <groupId>xml-apis</groupId> |
| 141 | <artifactId>xml-apis</artifactId> |
| 142 | <version>${xml.apis.version}</version> |
| 143 | </dependency> |
| 144 | </dependencies> |
| 145 | </dependencyManagement> |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 146 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 147 | <build> |
| 148 | <plugins> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 149 | <plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 150 | <groupId>org.apache.maven.plugins</groupId> |
| 151 | <artifactId>maven-deploy-plugin</artifactId> |
| 152 | <configuration> |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 153 | <skip/> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 154 | </configuration> |
| 155 | </plugin> |
| 156 | <plugin> |
| 157 | <groupId>org.apache.maven.plugins</groupId> |
| 158 | <artifactId>maven-compiler-plugin</artifactId> |
adheli.tavares | b6d09ef | 2023-10-04 16:13:59 +0100 | [diff] [blame] | 159 | <configuration> |
adheli.tavares | 1214246 | 2024-03-14 21:48:25 +0000 | [diff] [blame^] | 160 | <release>11</release> |
adheli.tavares | b6d09ef | 2023-10-04 16:13:59 +0100 | [diff] [blame] | 161 | </configuration> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 162 | </plugin> |
| 163 | <plugin> |
| 164 | <groupId>org.apache.maven.plugins</groupId> |
| 165 | <artifactId>maven-resources-plugin</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 166 | </plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 167 | <plugin> |
| 168 | <groupId>org.apache.maven.plugins</groupId> |
| 169 | <artifactId>maven-site-plugin</artifactId> |
| 170 | <dependencies> |
| 171 | <dependency> |
| 172 | <groupId>org.apache.maven.wagon</groupId> |
| 173 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
adheli.tavares | b6d09ef | 2023-10-04 16:13:59 +0100 | [diff] [blame] | 174 | <version>3.5.3</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 175 | </dependency> |
| 176 | </dependencies> |
| 177 | </plugin> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 178 | <plugin> |
| 179 | <groupId>org.apache.maven.plugins</groupId> |
| 180 | <artifactId>maven-javadoc-plugin</artifactId> |
| 181 | </plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 182 | </plugins> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 183 | </build> |
| 184 | <reporting> |
| 185 | <plugins> |
| 186 | <plugin> |
| 187 | <groupId>org.apache.maven.plugins</groupId> |
| 188 | <artifactId>maven-javadoc-plugin</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 189 | <configuration> |
| 190 | <failOnError>false</failOnError> |
| 191 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 192 | <docletArtifact> |
| 193 | <groupId>org.umlgraph</groupId> |
| 194 | <artifactId>umlgraph</artifactId> |
| 195 | <version>5.6</version> |
| 196 | </docletArtifact> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 197 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 198 | </configuration> |
| 199 | </plugin> |
| 200 | </plugins> |
| 201 | </reporting> |
Pamela Dragosh | b67f417 | 2017-04-10 10:24:23 -0400 | [diff] [blame] | 202 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 203 | </project> |