Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (C) 2018 Ericsson. All rights reserved. |
liamfallon | 9c5d233 | 2020-06-18 22:36:23 +0100 | [diff] [blame] | 5 | Copyright (C) 2019-2020 Nordix Foundation. |
HOCKLA | c5475f1 | 2020-01-10 12:16:00 -0600 | [diff] [blame] | 6 | Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. |
Ram Krishna Verma | e555039 | 2020-04-03 13:35:33 -0400 | [diff] [blame] | 7 | Modifications Copyright (C) 2020 Bell Canada. |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [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 |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 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. |
| 20 | |
| 21 | SPDX-License-Identifier: Apache-2.0 |
| 22 | ============LICENSE_END========================================================= |
ramverma | b359a4b | 2019-06-27 11:11:24 +0000 | [diff] [blame] | 23 | --> |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>integration</artifactId> |
Ram Krishna Verma | f43543d | 2020-07-09 13:09:05 -0400 | [diff] [blame] | 30 | <version>3.2.0</version> |
ramverma | b359a4b | 2019-06-27 11:11:24 +0000 | [diff] [blame] | 31 | <relativePath /> |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 32 | </parent> |
| 33 | |
| 34 | <groupId>org.onap.policy.models</groupId> |
| 35 | <artifactId>policy-models</artifactId> |
Ram Krishna Verma | e4e7d15 | 2020-07-09 15:43:40 -0400 | [diff] [blame] | 36 | <version>2.3.1-SNAPSHOT</version> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 37 | |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 38 | <packaging>pom</packaging> |
Pamela Dragosh | d01b3fa | 2018-05-25 08:17:28 -0400 | [diff] [blame] | 39 | <name>policy-models</name> |
liamfallon | aa317c7 | 2019-02-05 13:41:59 +0000 | [diff] [blame] | 40 | <description>This repo holds model code agnostic to PDP engines</description> |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 41 | |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 42 | <properties> |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 43 | <derby.version>10.13.1.1</derby.version> |
HOCKLA | 754f9a0 | 2019-12-21 12:11:33 -0600 | [diff] [blame] | 44 | <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> |
Ram Krishna Verma | f43543d | 2020-07-09 13:09:05 -0400 | [diff] [blame] | 45 | <policy.common.version>1.7.0</policy.common.version> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 46 | </properties> |
| 47 | |
| 48 | <modules> |
liamfallon | f240fda | 2019-02-26 13:57:39 +0000 | [diff] [blame] | 49 | <module>models-base</module> |
| 50 | <module>models-dao</module> |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 51 | <module>models-tosca</module> |
ramverma | 5948388 | 2019-03-12 22:15:38 +0000 | [diff] [blame] | 52 | <module>models-pap</module> |
Jim Hahn | a4b62b8 | 2019-03-21 09:54:30 -0400 | [diff] [blame] | 53 | <module>models-pdp</module> |
Pamela Dragosh | 99837f4 | 2019-03-21 09:58:52 -0400 | [diff] [blame] | 54 | <module>models-errors</module> |
Pamela Dragosh | 2d4d299 | 2019-03-16 17:17:37 -0400 | [diff] [blame] | 55 | <module>models-decisions</module> |
liamfallon | 4c28d2c | 2019-03-14 10:01:58 +0000 | [diff] [blame] | 56 | <module>models-provider</module> |
liamfallon | 9727c32 | 2019-03-19 16:29:56 +0000 | [diff] [blame] | 57 | <module>models-examples</module> |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 58 | <module>models-interactions</module> |
liamfallon | 9009203 | 2019-04-17 13:58:26 +0000 | [diff] [blame] | 59 | <module>models-sim</module> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 60 | </modules> |
| 61 | |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 62 | <distributionManagement> |
| 63 | <site> |
| 64 | <id>ecomp-site</id> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 65 | <url>dav:${nexusproxy}${sitePath}</url> |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +0100 | [diff] [blame] | 66 | </site> |
| 67 | </distributionManagement> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 68 | |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 69 | <dependencies> |
| 70 | <dependency> |
| 71 | <groupId>org.onap.policy.common</groupId> |
| 72 | <artifactId>utils</artifactId> |
| 73 | </dependency> |
| 74 | |
| 75 | <dependency> |
| 76 | <groupId>org.slf4j</groupId> |
| 77 | <artifactId>slf4j-api</artifactId> |
| 78 | </dependency> |
| 79 | |
| 80 | <dependency> |
liamfallon | 9727c32 | 2019-03-19 16:29:56 +0000 | [diff] [blame] | 81 | <groupId>ch.qos.logback</groupId> |
| 82 | <artifactId>logback-core</artifactId> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>ch.qos.logback</groupId> |
| 86 | <artifactId>logback-classic</artifactId> |
| 87 | </dependency> |
| 88 | |
| 89 | <dependency> |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 90 | <groupId>org.projectlombok</groupId> |
| 91 | <artifactId>lombok</artifactId> |
| 92 | <scope>provided</scope> |
| 93 | </dependency> |
| 94 | |
| 95 | <dependency> |
| 96 | <groupId>com.google.code.gson</groupId> |
| 97 | <artifactId>gson</artifactId> |
| 98 | </dependency> |
| 99 | |
| 100 | <dependency> |
liamfallon | 8fdf84c | 2019-03-15 12:36:38 +0000 | [diff] [blame] | 101 | <groupId>org.yaml</groupId> |
| 102 | <artifactId>snakeyaml</artifactId> |
liamfallon | 8fdf84c | 2019-03-15 12:36:38 +0000 | [diff] [blame] | 103 | </dependency> |
| 104 | |
| 105 | <dependency> |
liamfallon | 4c28d2c | 2019-03-14 10:01:58 +0000 | [diff] [blame] | 106 | <groupId>javax.ws.rs</groupId> |
| 107 | <artifactId>javax.ws.rs-api</artifactId> |
| 108 | <version>${javax.ws.rs-api.version}</version> |
| 109 | </dependency> |
| 110 | |
| 111 | <dependency> |
liamfallon | 24400f7 | 2019-04-10 11:34:06 +0000 | [diff] [blame] | 112 | <groupId>org.mariadb.jdbc</groupId> |
| 113 | <artifactId>mariadb-java-client</artifactId> |
| 114 | </dependency> |
| 115 | |
| 116 | <dependency> |
liamfallon | 1855571 | 2019-11-01 11:24:26 +0000 | [diff] [blame] | 117 | <groupId>org.eclipse.persistence</groupId> |
| 118 | <artifactId>eclipselink</artifactId> |
| 119 | </dependency> |
| 120 | |
| 121 | <dependency> |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 122 | <groupId>junit</groupId> |
| 123 | <artifactId>junit</artifactId> |
| 124 | <scope>test</scope> |
| 125 | </dependency> |
| 126 | |
| 127 | <dependency> |
Pamela Dragosh | 99837f4 | 2019-03-21 09:58:52 -0400 | [diff] [blame] | 128 | <groupId>org.assertj</groupId> |
| 129 | <artifactId>assertj-core</artifactId> |
| 130 | <scope>test</scope> |
| 131 | </dependency> |
| 132 | |
| 133 | <dependency> |
ramverma | b359a4b | 2019-06-27 11:11:24 +0000 | [diff] [blame] | 134 | <groupId>org.onap.policy.common</groupId> |
| 135 | <artifactId>utils-test</artifactId> |
| 136 | <version>${policy.common.version}</version> |
| 137 | <scope>test</scope> |
| 138 | </dependency> |
HOCKLA | 754f9a0 | 2019-12-21 12:11:33 -0600 | [diff] [blame] | 139 | <dependency> |
| 140 | <groupId>com.openpojo</groupId> |
| 141 | <artifactId>openpojo</artifactId> |
| 142 | <scope>test</scope> |
| 143 | </dependency> |
liamfallon | 1855571 | 2019-11-01 11:24:26 +0000 | [diff] [blame] | 144 | |
| 145 | <dependency> |
| 146 | <groupId>org.glassfish.jersey.inject</groupId> |
| 147 | <artifactId>jersey-hk2</artifactId> |
| 148 | </dependency> |
HOCKLA | 754f9a0 | 2019-12-21 12:11:33 -0600 | [diff] [blame] | 149 | <dependency> |
| 150 | <groupId>org.eclipse.jetty</groupId> |
| 151 | <artifactId>jetty-server</artifactId> |
| 152 | </dependency> |
| 153 | <dependency> |
| 154 | <groupId>org.eclipse.jetty</groupId> |
| 155 | <artifactId>jetty-security</artifactId> |
HOCKLA | 754f9a0 | 2019-12-21 12:11:33 -0600 | [diff] [blame] | 156 | </dependency> |
| 157 | <dependency> |
| 158 | <groupId>org.eclipse.jetty</groupId> |
| 159 | <artifactId>jetty-servlet</artifactId> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.glassfish.jersey.containers</groupId> |
| 163 | <artifactId>jersey-container-servlet</artifactId> |
| 164 | <version>${version.jersey}</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.httpcomponents</groupId> |
| 168 | <artifactId>httpclient</artifactId> |
| 169 | </dependency> |
| 170 | <dependency> |
| 171 | <groupId>io.swagger</groupId> |
| 172 | <artifactId>swagger-annotations</artifactId> |
| 173 | <version>${version.swagger}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
| 176 | <groupId>commons-io</groupId> |
| 177 | <artifactId>commons-io</artifactId> |
HOCKLA | 754f9a0 | 2019-12-21 12:11:33 -0600 | [diff] [blame] | 178 | </dependency> |
| 179 | <dependency> |
| 180 | <groupId>org.apache.commons</groupId> |
| 181 | <artifactId>commons-collections4</artifactId> |
| 182 | <version>4.4</version> |
| 183 | </dependency> |
| 184 | <dependency> |
| 185 | <groupId>com.att.nsa</groupId> |
| 186 | <artifactId>cambriaClient</artifactId> |
| 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>org.glassfish</groupId> |
| 190 | <artifactId>javax.json</artifactId> |
| 191 | <version>${version.javax.json}</version> |
| 192 | </dependency> |
liamfallon | b694be1 | 2019-03-05 09:35:16 +0000 | [diff] [blame] | 193 | </dependencies> |
| 194 | |
liamfallon | f240fda | 2019-02-26 13:57:39 +0000 | [diff] [blame] | 195 | <dependencyManagement> |
| 196 | <dependencies> |
| 197 | <dependency> |
| 198 | <groupId>org.onap.policy.common</groupId> |
| 199 | <artifactId>utils</artifactId> |
| 200 | <version>${policy.common.version}</version> |
| 201 | </dependency> |
| 202 | </dependencies> |
| 203 | </dependencyManagement> |
| 204 | |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 205 | <build> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 206 | <pluginManagement> |
| 207 | <plugins> |
| 208 | <plugin> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 209 | <groupId>org.eclipse.m2e</groupId> |
| 210 | <artifactId>lifecycle-mapping</artifactId> |
| 211 | <version>1.0.0</version> |
| 212 | <configuration> |
| 213 | <lifecycleMappingMetadata> |
| 214 | <pluginExecutions> |
| 215 | <pluginExecution> |
| 216 | <pluginExecutionFilter> |
| 217 | <groupId>org.apache.maven.plugins</groupId> |
| 218 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 219 | <versionRange>2.17,)</versionRange> |
| 220 | <goals> |
| 221 | <goal>check</goal> |
| 222 | </goals> |
| 223 | </pluginExecutionFilter> |
| 224 | <action> |
ramverma | b359a4b | 2019-06-27 11:11:24 +0000 | [diff] [blame] | 225 | <ignore /> |
Pamela Dragosh | f973f58 | 2018-09-25 10:06:07 -0400 | [diff] [blame] | 226 | </action> |
| 227 | </pluginExecution> |
| 228 | </pluginExecutions> |
| 229 | </lifecycleMappingMetadata> |
| 230 | </configuration> |
| 231 | </plugin> |
| 232 | </plugins> |
| 233 | </pluginManagement> |
| 234 | </build> |
Pamela Dragosh | ada55be | 2019-04-05 21:07:07 -0400 | [diff] [blame] | 235 | </project> |