blob: 601a2ff697f0720dc8b4210b861ad6f74cd58378 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClung3a78edb2018-06-13 17:17:15 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -06007 Copyright (C) 2017 Amdocs
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
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
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=========================================================
Skip Wonnell463f70e2018-01-12 10:00:59 -060021 -->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23 <modelVersion>4.0.0</modelVersion>
24
Patrick Bradyca4f7e12018-08-13 22:38:26 -070025 <parent>
26 <groupId>org.onap.appc.parent</groupId>
27 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080028 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070029 <relativePath />
30 </parent>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050031
32 <packaging>pom</packaging>
Patrick Brady07567592017-12-13 11:09:30 -080033 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050034 <artifactId>appc-design-services</artifactId>
35
36 <dependencyManagement>
37
38 <dependencies>
39 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080040 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050041 <artifactId>appc-design-services-features</artifactId>
42 <classifier>features</classifier>
43 <type>xml</type>
44 <version>${project.version}</version>
45 </dependency>
46
47 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080048 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050049 <artifactId>appc-design-services-model</artifactId>
50 <version>${project.version}</version>
51 </dependency>
52 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080053 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050054 <artifactId>appc-design-services-provider</artifactId>
55 <version>${project.version}</version>
56 <classifier>config</classifier>
57 <type>xml</type>
58 </dependency>
59 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080060 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050061 <artifactId>appc-design-services-provider</artifactId>
62 <version>${project.version}</version>
63 </dependency>
64 </dependencies>
65 </dependencyManagement>
66
67
68 <modules>
69 <module>model</module>
70 <module>features</module>
71 <module>provider</module>
72 <module>installer</module>
73 </modules>
Patrick Bradyccd67e92018-11-12 12:14:11 -080074 <version>1.5.0-SNAPSHOT</version>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050075</project>