Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
ramverma | 0f7ddb1 | 2018-05-24 14:23:19 +0100 | [diff] [blame] | 3 | ONAP Policy PAP |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 4 | ================================================================================ |
Jim Hahn | 662dd89 | 2021-03-05 16:01:42 -0500 | [diff] [blame] | 5 | Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. |
waynedunican | d354eac | 2021-03-10 11:52:41 +0000 | [diff] [blame] | 6 | Copyright (C) 2019, 2021 Nordix Foundation. |
Ram Krishna Verma | 3a3dab8 | 2020-09-16 10:53:17 -0400 | [diff] [blame] | 7 | Modifications Copyright (C) 2020 Bell Canada. All rights reserved. |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [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 |
ramverma | 07b7ba0 | 2019-01-31 13:09:00 +0000 | [diff] [blame] | 12 | |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
ramverma | 07b7ba0 | 2019-01-31 13:09:00 +0000 | [diff] [blame] | 14 | |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [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. |
| 20 | ============LICENSE_END========================================================= |
| 21 | --> |
| 22 | |
| 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 25 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 26 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>integration</artifactId> |
liamfallon | 05d0a73 | 2022-04-12 21:34:51 +0100 | [diff] [blame^] | 30 | <version>3.5.3-SNAPSHOT</version> |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 31 | <relativePath /> |
| 32 | </parent> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 33 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 34 | <groupId>org.onap.policy.pap</groupId> |
| 35 | <artifactId>policy-pap</artifactId> |
liamfallon | 05d0a73 | 2022-04-12 21:34:51 +0100 | [diff] [blame^] | 36 | <version>2.6.3-SNAPSHOT</version> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 37 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 38 | <packaging>pom</packaging> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 39 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 40 | <name>policy-pap</name> |
| 41 | <description>Code that implements the Policy Administration Backend.</description> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 42 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 43 | <properties> |
liamfallon | 05d0a73 | 2022-04-12 21:34:51 +0100 | [diff] [blame^] | 44 | <policy.common.version>1.10.3-SNAPSHOT</policy.common.version> |
| 45 | <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 46 | </properties> |
Pamela Dragosh | 788fe2c | 2017-08-17 10:29:36 -0400 | [diff] [blame] | 47 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 48 | <modules> |
ramverma | 07b7ba0 | 2019-01-31 13:09:00 +0000 | [diff] [blame] | 49 | <module>main</module> |
ramverma | d1a702c | 2019-02-11 15:20:09 +0000 | [diff] [blame] | 50 | <module>packages</module> |
Bilal A | ea53f04 | 2019-02-21 11:31:02 -0500 | [diff] [blame] | 51 | <module>testsuites</module> |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 52 | </modules> |
| 53 | |
ramverma | 07b7ba0 | 2019-01-31 13:09:00 +0000 | [diff] [blame] | 54 | <dependencies> |
| 55 | <dependency> |
| 56 | <groupId>junit</groupId> |
| 57 | <artifactId>junit</artifactId> |
| 58 | <scope>test</scope> |
| 59 | </dependency> |
ramverma | 07b7ba0 | 2019-01-31 13:09:00 +0000 | [diff] [blame] | 60 | </dependencies> |
| 61 | |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 62 | <distributionManagement> |
| 63 | <site> |
| 64 | <id>ecomp-site</id> |
| 65 | <url>dav:${nexusproxy}${sitePath}</url> |
| 66 | </site> |
| 67 | </distributionManagement> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 68 | </project> |