blob: 6e9731f46fa4614d4d296eef6a3ec506ed9f857c [file] [log] [blame]
mmisf85f63f2018-08-02 09:45:44 +01001<!--
2 ============LICENSE_START=======================================================
3 Copyright (C) 2018 Ericsson. All rights reserved.
Jim Hahnb027b072020-07-03 14:53:26 -04004 Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
mmisf85f63f2018-08-02 09:45:44 +01005 ================================================================================
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.tavares08ec52b2023-08-21 14:35:56 +010021<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">
mmisf85f63f2018-08-02 09:45:44 +010023 <modelVersion>4.0.0</modelVersion>
24 <parent>
25 <groupId>org.onap.policy.distribution</groupId>
26 <artifactId>policy-distribution</artifactId>
rameshiyer2732f8e592024-07-12 14:01:20 +000027 <version>4.0.1-SNAPSHOT</version>
mmisf85f63f2018-08-02 09:45:44 +010028 </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>
ramverma899d7fc2018-09-18 20:15:02 +010035 <dependency>
Jim Hahnb027b072020-07-03 14:53:26 -040036 <groupId>com.openpojo</groupId>
37 <artifactId>openpojo</artifactId>
38 <scope>test</scope>
ramverma899d7fc2018-09-18 20:15:02 +010039 </dependency>
ramverma53d14242019-09-04 09:26:53 +000040 <dependency>
41 <groupId>org.onap.policy.models</groupId>
42 <artifactId>policy-models-tosca</artifactId>
43 <version>${policy.models.version}</version>
44 </dependency>
mmisf85f63f2018-08-02 09:45:44 +010045 </dependencies>
46</project>