blob: 96933300c2e8edefbe62fdc356d4c6cc0bec669f [file] [log] [blame]
Skip Wonnell86011b92017-08-15 17:05:27 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7 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=========================================================
21 ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 -->
Skip Wonnell86011b92017-08-15 17:05:27 -050023<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25 <parent>
Patrick Brady07567592017-12-13 11:09:30 -080026 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -050027 <artifactId>appc-config</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -080028 <version>1.3.0-SNAPSHOT</version>
Skip Wonnell86011b92017-08-15 17:05:27 -050029 </parent>
30
31 <modelVersion>4.0.0</modelVersion>
32 <packaging>pom</packaging>
33 <artifactId>appc-config-data-services</artifactId>
34
35 <name>APPC Data Services for Node</name>
36 <description>Common Utilities for DG</description>
37
38 <properties>
39 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40 </properties>
41
42 <dependencyManagement>
43 <dependencies>
44 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080045 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -050046 <artifactId>appc-config-data-services-features</artifactId>
47 <classifier>features</classifier>
48 <type>xml</type>
49 <version>${project.version}</version>
50 </dependency>
51
52 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080053 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -050054 <artifactId>appc-config-data-services-provider</artifactId>
55 <version>${project.version}</version>
56 </dependency>
57 </dependencies>
58
59
60 </dependencyManagement>
61
62
63 <modules>
64 <module>provider</module>
65 <module>features</module>
66 <module>installer</module>
67 </modules>
68
69</project>