Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
ramverma | 74b108c | 2018-05-24 12:40:21 +0100 | [diff] [blame] | 3 | ONAP Policy API |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 4 | ================================================================================ |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 5 | Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. |
Pamela Dragosh | dbbae8b | 2021-02-23 11:00:15 -0500 | [diff] [blame] | 6 | Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 7 | Modifications Copyright (C) 2019-2020 Nordix Foundation. |
Ram Krishna Verma | ff2317d | 2020-09-16 10:44:03 -0400 | [diff] [blame] | 8 | Modifications Copyright (C) 2020 Bell Canada. All rights reserved. |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 9 | ================================================================================ |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 13 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 15 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | ============LICENSE_END========================================================= |
| 22 | --> |
| 23 | |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 27 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.policy.parent</groupId> |
| 30 | <artifactId>integration</artifactId> |
liamfallon | e63b2a3 | 2021-12-02 15:53:54 +0000 | [diff] [blame] | 31 | <version>3.5.1-SNAPSHOT</version> |
Pamela Dragosh | 8218ae0 | 2018-09-25 09:20:32 -0400 | [diff] [blame] | 32 | <relativePath /> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 33 | </parent> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 34 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 35 | <groupId>org.onap.policy.api</groupId> |
| 36 | <artifactId>policy-api</artifactId> |
liamfallon | 66d7d3b | 2021-11-29 11:30:48 +0000 | [diff] [blame] | 37 | <version>2.6.1-SNAPSHOT</version> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 38 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 39 | <packaging>pom</packaging> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 40 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 41 | <name>policy-api</name> |
| 42 | <description>Code that define our external API.</description> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 43 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 44 | <properties> |
liamfallon | e63b2a3 | 2021-12-02 15:53:54 +0000 | [diff] [blame] | 45 | <policy.common.version>1.10.1-SNAPSHOT</policy.common.version> |
| 46 | <policy.models.version>2.6.1-SNAPSHOT</policy.models.version> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 47 | </properties> |
| 48 | |
| 49 | <modules> |
| 50 | <module>main</module> |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 51 | <module>packages</module> |
Bilal A | 56f97fa | 2019-02-14 14:49:44 -0500 | [diff] [blame] | 52 | <module>testsuites</module> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 53 | </modules> |
| 54 | |
| 55 | <dependencies> |
| 56 | <dependency> |
Chenfei Gao | 304afad | 2019-11-12 22:29:37 -0500 | [diff] [blame] | 57 | <groupId>org.slf4j</groupId> |
| 58 | <artifactId>slf4j-api</artifactId> |
| 59 | </dependency> |
| 60 | <dependency> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 61 | <groupId>junit</groupId> |
| 62 | <artifactId>junit</artifactId> |
| 63 | <scope>test</scope> |
| 64 | </dependency> |
Bilal A | 56f97fa | 2019-02-14 14:49:44 -0500 | [diff] [blame] | 65 | <dependency> |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 66 | <groupId>org.onap.policy.common</groupId> |
| 67 | <artifactId>policy-endpoints</artifactId> |
| 68 | <version>${policy.common.version}</version> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 69 | </dependency> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 70 | <dependency> |
| 71 | <groupId>javax.servlet</groupId> |
| 72 | <artifactId>javax.servlet-api</artifactId> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.eclipse.jetty</groupId> |
| 76 | <artifactId>jetty-server</artifactId> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.eclipse.jetty</groupId> |
| 80 | <artifactId>jetty-security</artifactId> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.eclipse.jetty</groupId> |
| 84 | <artifactId>jetty-servlet</artifactId> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.glassfish.jersey.containers</groupId> |
| 88 | <artifactId>jersey-container-servlet</artifactId> |
| 89 | <version>${version.jersey}</version> |
| 90 | </dependency> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 91 | </dependencies> |
| 92 | |
| 93 | <distributionManagement> |
| 94 | <site> |
| 95 | <id>ecomp-site</id> |
| 96 | <url>dav:${nexusproxy}${sitePath}</url> |
| 97 | </site> |
| 98 | </distributionManagement> |
| 99 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 100 | </project> |