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. |
Jim Hahn | 6e50bcd | 2020-01-14 17:52:12 -0500 | [diff] [blame] | 6 | Copyright (C) 2017-2020 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. |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -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 |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 12 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 14 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -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" |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [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 | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 26 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.parent</groupId> |
| 29 | <artifactId>integration</artifactId> |
jhh | bc2d11d | 2020-07-09 15:00:38 -0500 | [diff] [blame] | 30 | <version>3.2.0</version> |
Pamela Dragosh | 8218ae0 | 2018-09-25 09:20:32 -0400 | [diff] [blame] | 31 | <relativePath /> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 32 | </parent> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 33 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 34 | <groupId>org.onap.policy.api</groupId> |
| 35 | <artifactId>policy-api</artifactId> |
Ram Krishna Verma | f655bbd | 2020-07-10 18:30:10 -0400 | [diff] [blame] | 36 | <version>2.3.1-SNAPSHOT</version> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 37 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 38 | <packaging>pom</packaging> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 39 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 40 | <name>policy-api</name> |
| 41 | <description>Code that define our external API.</description> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 42 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 43 | <properties> |
Taka Cho | 1e2ca51 | 2020-07-17 11:28:57 -0400 | [diff] [blame] | 44 | <policy.common.version>1.7.1-SNAPSHOT</policy.common.version> |
| 45 | <policy.models.version>2.3.1-SNAPSHOT</policy.models.version> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 46 | </properties> |
| 47 | |
| 48 | <modules> |
| 49 | <module>main</module> |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 50 | <module>packages</module> |
Bilal A | 56f97fa | 2019-02-14 14:49:44 -0500 | [diff] [blame] | 51 | <module>testsuites</module> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 52 | </modules> |
| 53 | |
| 54 | <dependencies> |
| 55 | <dependency> |
Chenfei Gao | 304afad | 2019-11-12 22:29:37 -0500 | [diff] [blame] | 56 | <groupId>org.slf4j</groupId> |
| 57 | <artifactId>slf4j-api</artifactId> |
| 58 | </dependency> |
| 59 | <dependency> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 60 | <groupId>junit</groupId> |
| 61 | <artifactId>junit</artifactId> |
| 62 | <scope>test</scope> |
| 63 | </dependency> |
Bilal A | 56f97fa | 2019-02-14 14:49:44 -0500 | [diff] [blame] | 64 | <dependency> |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 65 | <groupId>org.onap.policy.common</groupId> |
| 66 | <artifactId>policy-endpoints</artifactId> |
| 67 | <version>${policy.common.version}</version> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 68 | </dependency> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 69 | <dependency> |
| 70 | <groupId>javax.servlet</groupId> |
| 71 | <artifactId>javax.servlet-api</artifactId> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.eclipse.jetty</groupId> |
| 75 | <artifactId>jetty-server</artifactId> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.eclipse.jetty</groupId> |
| 79 | <artifactId>jetty-security</artifactId> |
HOCKLA | 3e87a45 | 2019-12-18 08:57:22 -0600 | [diff] [blame] | 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.eclipse.jetty</groupId> |
| 83 | <artifactId>jetty-servlet</artifactId> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.glassfish.jersey.containers</groupId> |
| 87 | <artifactId>jersey-container-servlet</artifactId> |
| 88 | <version>${version.jersey}</version> |
| 89 | </dependency> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 90 | </dependencies> |
| 91 | |
| 92 | <distributionManagement> |
| 93 | <site> |
| 94 | <id>ecomp-site</id> |
| 95 | <url>dav:${nexusproxy}${sitePath}</url> |
| 96 | </site> |
| 97 | </distributionManagement> |
| 98 | |
| 99 | <build> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 100 | <pluginManagement> |
| 101 | <plugins> |
| 102 | <plugin> |
Pamela Dragosh | 8218ae0 | 2018-09-25 09:20:32 -0400 | [diff] [blame] | 103 | <groupId>org.eclipse.m2e</groupId> |
| 104 | <artifactId>lifecycle-mapping</artifactId> |
| 105 | <version>1.0.0</version> |
| 106 | <configuration> |
| 107 | <lifecycleMappingMetadata> |
| 108 | <pluginExecutions> |
| 109 | <pluginExecution> |
| 110 | <pluginExecutionFilter> |
| 111 | <groupId>org.apache.maven.plugins</groupId> |
| 112 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 113 | <versionRange>2.17,)</versionRange> |
| 114 | <goals> |
| 115 | <goal>check</goal> |
| 116 | </goals> |
| 117 | </pluginExecutionFilter> |
| 118 | <action> |
| 119 | <ignore /> |
| 120 | </action> |
| 121 | </pluginExecution> |
| 122 | </pluginExecutions> |
| 123 | </lifecycleMappingMetadata> |
| 124 | </configuration> |
| 125 | </plugin> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 126 | </plugins> |
| 127 | </pluginManagement> |
| 128 | </build> |
Pamela Dragosh | cb8f3f0 | 2017-08-15 11:39:16 -0400 | [diff] [blame] | 129 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 130 | </project> |