mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2018 Ericsson. All rights reserved. |
Jim Hahn | b027b07 | 2020-07-03 14:53:26 -0400 | [diff] [blame] | 4 | Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | SPDX-License-Identifier: Apache-2.0 |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
adheli.tavares | 08ec52b | 2023-08-21 14:35:56 +0100 | [diff] [blame^] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.distribution</groupId> |
| 26 | <artifactId>policy-distribution</artifactId> |
adheli.tavares | 08ec52b | 2023-08-21 14:35:56 +0100 | [diff] [blame^] | 27 | <version>3.0.1-SNAPSHOT</version> |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <artifactId>distribution-model</artifactId> |
| 31 | <name>${project.artifactId}</name> |
| 32 | <description>[${project.parent.artifactId}] module provides the model for policy distribution</description> |
| 33 | |
| 34 | <dependencies> |
ramverma | 899d7fc | 2018-09-18 20:15:02 +0100 | [diff] [blame] | 35 | <dependency> |
Jim Hahn | b027b07 | 2020-07-03 14:53:26 -0400 | [diff] [blame] | 36 | <groupId>com.openpojo</groupId> |
| 37 | <artifactId>openpojo</artifactId> |
| 38 | <scope>test</scope> |
ramverma | 899d7fc | 2018-09-18 20:15:02 +0100 | [diff] [blame] | 39 | </dependency> |
ramverma | 53d1424 | 2019-09-04 09:26:53 +0000 | [diff] [blame] | 40 | <dependency> |
| 41 | <groupId>org.onap.policy.models</groupId> |
| 42 | <artifactId>policy-models-tosca</artifactId> |
| 43 | <version>${policy.models.version}</version> |
| 44 | </dependency> |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 45 | </dependencies> |
| 46 | </project> |