blob: 5b0f7d2e1e785cca3d8988e353e0b585d4b5cc1c [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
Patrick Brady32229082018-08-09 12:05:53 -07003============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
6Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19============LICENSE_END=========================================================
20-->
Patrick Brady57b5eef2017-02-10 15:00:49 -080021<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/xsd/maven-4.0.0.xsd">
Patrick Brady32229082018-08-09 12:05:53 -070022 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
27 <version>1.4.0-SNAPSHOT</version>
28 <relativePath />
29 </parent>
30
Patrick Brady07567592017-12-13 11:09:30 -080031 <groupId>org.onap.appc</groupId>
Patrick Brady32229082018-08-09 12:05:53 -070032 <artifactId>appc-dg-util-feature-aggregator</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070033 <version>1.4.0-SNAPSHOT</version>
Patrick Brady32229082018-08-09 12:05:53 -070034 <packaging>pom</packaging>
Patrick Brady57b5eef2017-02-10 15:00:49 -080035
Patrick Brady32229082018-08-09 12:05:53 -070036 <name></name>
Patrick Brady57b5eef2017-02-10 15:00:49 -080037
Patrick Brady32229082018-08-09 12:05:53 -070038 <modules>
39 <module>onap-appc-dg-util</module>
40 <module>features-appc-dg-util</module>
41 </modules>
Patrick Brady57b5eef2017-02-10 15:00:49 -080042</project>