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. |
liamfallon | 3e44f6d | 2023-02-17 19:17:02 +0000 | [diff] [blame] | 7 | Modifications Copyright (C) 2020,2023 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> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame^] | 30 | <version>4.0.1-SNAPSHOT</version> |
| 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> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame^] | 36 | <version>2.0.1-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 --> |
Daniel Cruz | fa2a5a4 | 2019-02-14 00:42:45 -0600 | [diff] [blame] | 51 | <json.path.version>2.4.0</json.path.version> |
Jim Hahn | 06bd36c | 2021-02-23 16:19:11 -0500 | [diff] [blame] | 52 | <hibernate.commons.annotations.version>5.1.2.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> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame^] | 54 | <policy.common.version>2.0.1-SNAPSHOT</policy.common.version> |
| 55 | <policy.models.version>3.0.1-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> |
Jim Hahn | a3fa1c6 | 2018-03-26 16:48:31 -0400 | [diff] [blame] | 64 | <module>feature-pooling-dmaap</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> |
| 93 | <groupId>junit</groupId> |
| 94 | <artifactId>junit</artifactId> |
| 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> |
| 103 | <groupId>org.assertj</groupId> |
| 104 | <artifactId>assertj-core</artifactId> |
| 105 | <scope>test</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.awaitility</groupId> |
| 109 | <artifactId>awaitility</artifactId> |
| 110 | <scope>test</scope> |
| 111 | </dependency> |
| 112 | </dependencies> |
| 113 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 114 | <dependencyManagement> |
| 115 | <dependencies> |
| 116 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame^] | 117 | <groupId>jakarta.ws.rs</groupId> |
| 118 | <artifactId>jakarta.ws.rs-api</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.glassfish.hk2.external</groupId> |
| 122 | <artifactId>javax.inject</artifactId> |
RossC | c50265a | 2020-06-30 15:57:07 +0100 | [diff] [blame] | 123 | <version>2.5.0-b62</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 124 | </dependency> |
| 125 | <dependency> |
Daniel Cruz | fa2a5a4 | 2019-02-14 00:42:45 -0600 | [diff] [blame] | 126 | <groupId>com.jayway.jsonpath</groupId> |
| 127 | <artifactId>json-path</artifactId> |
| 128 | <version>${json.path.version}</version> |
| 129 | </dependency> |
| 130 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 131 | <groupId>org.hibernate.common</groupId> |
| 132 | <artifactId>hibernate-commons-annotations</artifactId> |
| 133 | <version>${hibernate.commons.annotations.version}</version> |
| 134 | </dependency> |
| 135 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 136 | <groupId>xml-apis</groupId> |
| 137 | <artifactId>xml-apis</artifactId> |
| 138 | <version>${xml.apis.version}</version> |
| 139 | </dependency> |
| 140 | </dependencies> |
| 141 | </dependencyManagement> |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 142 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 143 | <build> |
| 144 | <plugins> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 145 | <plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 146 | <groupId>org.apache.maven.plugins</groupId> |
| 147 | <artifactId>maven-deploy-plugin</artifactId> |
| 148 | <configuration> |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 149 | <skip/> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 150 | </configuration> |
| 151 | </plugin> |
| 152 | <plugin> |
| 153 | <groupId>org.apache.maven.plugins</groupId> |
| 154 | <artifactId>maven-compiler-plugin</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 155 | </plugin> |
| 156 | <plugin> |
| 157 | <groupId>org.apache.maven.plugins</groupId> |
| 158 | <artifactId>maven-resources-plugin</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 159 | </plugin> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 160 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 161 | <plugin> |
| 162 | <groupId>org.apache.maven.plugins</groupId> |
| 163 | <artifactId>maven-site-plugin</artifactId> |
| 164 | <dependencies> |
| 165 | <dependency> |
| 166 | <groupId>org.apache.maven.wagon</groupId> |
| 167 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 168 | <version>2.10</version> |
| 169 | </dependency> |
| 170 | </dependencies> |
| 171 | </plugin> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame^] | 172 | <plugin> |
| 173 | <groupId>org.apache.maven.plugins</groupId> |
| 174 | <artifactId>maven-javadoc-plugin</artifactId> |
| 175 | </plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 176 | </plugins> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 177 | </build> |
| 178 | <reporting> |
| 179 | <plugins> |
| 180 | <plugin> |
| 181 | <groupId>org.apache.maven.plugins</groupId> |
| 182 | <artifactId>maven-javadoc-plugin</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 183 | <configuration> |
| 184 | <failOnError>false</failOnError> |
| 185 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 186 | <docletArtifact> |
| 187 | <groupId>org.umlgraph</groupId> |
| 188 | <artifactId>umlgraph</artifactId> |
| 189 | <version>5.6</version> |
| 190 | </docletArtifact> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 191 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 192 | </configuration> |
| 193 | </plugin> |
| 194 | </plugins> |
| 195 | </reporting> |
Pamela Dragosh | b67f417 | 2017-04-10 10:24:23 -0400 | [diff] [blame] | 196 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 197 | </project> |