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> |
Ram Krishna Verma | 2c186b8 | 2021-02-23 10:22:40 -0500 | [diff] [blame] | 30 | <version>3.3.0</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> |
Ram Krishna Verma | daaafa3 | 2021-02-23 15:11:48 -0500 | [diff] [blame] | 36 | <version>2.4.1-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> |
Ram Krishna Verma | 2c186b8 | 2021-02-23 10:22:40 -0500 | [diff] [blame] | 44 | <policy.common.version>1.8.0</policy.common.version> |
waynedunican | d354eac | 2021-03-10 11:52:41 +0000 | [diff] [blame^] | 45 | <policy.models.version>2.4.1</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> |
| 68 | |
| 69 | <build> |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 70 | <pluginManagement> |
| 71 | <plugins> |
| 72 | <plugin> |
Pamela Dragosh | 85047eb | 2018-09-25 09:47:24 -0400 | [diff] [blame] | 73 | <groupId>org.eclipse.m2e</groupId> |
| 74 | <artifactId>lifecycle-mapping</artifactId> |
| 75 | <version>1.0.0</version> |
| 76 | <configuration> |
| 77 | <lifecycleMappingMetadata> |
| 78 | <pluginExecutions> |
| 79 | <pluginExecution> |
| 80 | <pluginExecutionFilter> |
| 81 | <groupId>org.apache.maven.plugins</groupId> |
| 82 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 83 | <versionRange>2.17,)</versionRange> |
| 84 | <goals> |
| 85 | <goal>check</goal> |
| 86 | </goals> |
| 87 | </pluginExecutionFilter> |
| 88 | <action> |
| 89 | <ignore /> |
| 90 | </action> |
| 91 | </pluginExecution> |
| 92 | </pluginExecutions> |
| 93 | </lifecycleMappingMetadata> |
| 94 | </configuration> |
| 95 | </plugin> |
| 96 | </plugins> |
| 97 | </pluginManagement> |
| 98 | </build> |
Pamela Dragosh | 1f04941 | 2017-08-03 13:22:41 -0400 | [diff] [blame] | 99 | </project> |