a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2019 Nordix Foundation. |
| 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | SPDX-License-Identifier: Apache-2.0 |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 22 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.apex-pdp.services</groupId> |
| 26 | <artifactId>services</artifactId> |
| 27 | <version>2.1.0-SNAPSHOT</version> |
| 28 | </parent> |
| 29 | |
| 30 | <artifactId>services-onappf</artifactId> |
| 31 | |
| 32 | <name>services-onappf</name> |
| 33 | <description>This module handles the registration/deregistration of apex-pdp to ONAP Policy Framework.</description> |
| 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 37 | <groupId>org.onap.policy.apex-pdp.services</groupId> |
| 38 | <artifactId>services-engine</artifactId> |
| 39 | <version>${project.version}</version> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.onap.policy.common</groupId> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 43 | <artifactId>policy-endpoints</artifactId> |
a.sreekumar | b6505e6 | 2019-04-09 20:48:32 +0000 | [diff] [blame] | 44 | <exclusions> |
| 45 | <exclusion> |
| 46 | <groupId>org.glassfish.jersey.containers</groupId> |
| 47 | <artifactId>jersey-container-servlet-core</artifactId> |
| 48 | </exclusion> |
| 49 | <exclusion> |
| 50 | <groupId>org.glassfish.jersey.core</groupId> |
| 51 | <artifactId>jersey-common</artifactId> |
| 52 | </exclusion> |
| 53 | <exclusion> |
| 54 | <groupId>org.glassfish.jersey.containers</groupId> |
| 55 | <artifactId>jersey-container-jetty-http</artifactId> |
| 56 | </exclusion> |
| 57 | <exclusion> |
| 58 | <groupId>org.glassfish.jersey.core</groupId> |
| 59 | <artifactId>jersey-server</artifactId> |
| 60 | </exclusion> |
| 61 | <exclusion> |
| 62 | <groupId>javax.ws.rs</groupId> |
| 63 | <artifactId>javax.ws.rs-api</artifactId> |
| 64 | </exclusion> |
a.sreekumar | eabc695 | 2019-04-11 16:56:29 +0000 | [diff] [blame] | 65 | <exclusion> |
| 66 | <groupId>org.glassfish.hk2</groupId> |
| 67 | <artifactId>hk2-api</artifactId> |
| 68 | </exclusion> |
| 69 | <exclusion> |
| 70 | <groupId>org.glassfish.hk2.external</groupId> |
| 71 | <artifactId>javax.inject</artifactId> |
| 72 | </exclusion> |
a.sreekumar | 00ee73f | 2019-04-16 09:40:48 +0000 | [diff] [blame^] | 73 | <exclusion> |
| 74 | <groupId>org.glassfish.jersey.core</groupId> |
| 75 | <artifactId>jersey-client</artifactId> |
| 76 | </exclusion> |
a.sreekumar | b6505e6 | 2019-04-09 20:48:32 +0000 | [diff] [blame] | 77 | </exclusions> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 78 | <version>${version.policy.common}</version> |
| 79 | </dependency> |
a.sreekumar | b6505e6 | 2019-04-09 20:48:32 +0000 | [diff] [blame] | 80 | <dependency> |
| 81 | <groupId>org.glassfish.jersey.inject</groupId> |
| 82 | <artifactId>jersey-hk2</artifactId> |
| 83 | <version>${version.jersey}</version> |
| 84 | </dependency> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 85 | <dependency> |
a.sreekumar | 00ee73f | 2019-04-16 09:40:48 +0000 | [diff] [blame^] | 86 | <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId> |
| 87 | <artifactId>plugins-event-carrier-restserver</artifactId> |
| 88 | <version>${project.version}</version> |
| 89 | </dependency> |
| 90 | <dependency> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 91 | <groupId>org.onap.policy.common</groupId> |
| 92 | <artifactId>utils-test</artifactId> |
| 93 | <version>${version.policy.common}</version> |
| 94 | </dependency> |
| 95 | <dependency> |
a.sreekumar | 50b8477 | 2019-04-02 09:09:51 +0000 | [diff] [blame] | 96 | <groupId>org.onap.policy.models</groupId> |
| 97 | <artifactId>policy-models-pdp</artifactId> |
a.sreekumar | b6505e6 | 2019-04-09 20:48:32 +0000 | [diff] [blame] | 98 | <exclusions> |
| 99 | <exclusion> |
| 100 | <groupId>javax.ws.rs</groupId> |
| 101 | <artifactId>javax.ws.rs-api</artifactId> |
| 102 | </exclusion> |
| 103 | </exclusions> |
a.sreekumar | 50b8477 | 2019-04-02 09:09:51 +0000 | [diff] [blame] | 104 | <version>${version.policy.models}</version> |
| 105 | </dependency> |
a.sreekumar | eabc695 | 2019-04-11 16:56:29 +0000 | [diff] [blame] | 106 | |
| 107 | <!--test dependencies --> |
a.sreekumar | 50b8477 | 2019-04-02 09:09:51 +0000 | [diff] [blame] | 108 | <dependency> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 109 | <groupId>org.assertj</groupId> |
| 110 | <artifactId>assertj-core</artifactId> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
a.sreekumar | 50b8477 | 2019-04-02 09:09:51 +0000 | [diff] [blame] | 113 | <dependency> |
| 114 | <groupId>org.powermock</groupId> |
| 115 | <artifactId>powermock-api-mockito</artifactId> |
| 116 | <scope>test</scope> |
| 117 | </dependency> |
a.sreekumar | eabc695 | 2019-04-11 16:56:29 +0000 | [diff] [blame] | 118 | <dependency> |
| 119 | <groupId>junit</groupId> |
| 120 | <artifactId>junit</artifactId> |
| 121 | <scope>test</scope> |
| 122 | </dependency> |
a.sreekumar | 1d86d11 | 2019-03-26 13:54:45 +0000 | [diff] [blame] | 123 | </dependencies> |
| 124 | </project> |