blob: 88f00003a0df7c237ef8648de944485263c19678 [file] [log] [blame]
Anand Chaturvedie178b072017-08-14 20:10:36 -04001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
Patrick Brady46f865c2018-08-13 10:00:29 -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
Anand Chaturvedie178b072017-08-14 20:10:36 -040011
Patrick Brady46f865c2018-08-13 10:00:29 -070012 http://www.apache.org/licenses/LICENSE-2.0
Anand Chaturvedie178b072017-08-14 20:10:36 -040013
Patrick Brady46f865c2018-08-13 10:00:29 -070014Unless 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-->
21<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">
22 <modelVersion>4.0.0</modelVersion>
Anand Chaturvedie178b072017-08-14 20:10:36 -040023
Patrick Brady46f865c2018-08-13 10:00:29 -070024 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady8183cf12019-05-20 23:12:51 -070027 <version>2.6.0-SNAPSHOT</version>
Patrick Brady46f865c2018-08-13 10:00:29 -070028 <relativePath />
29 </parent>
Anand Chaturvedie178b072017-08-14 20:10:36 -040030
Patrick Brady46f865c2018-08-13 10:00:29 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-aai-client-feature-aggregator</artifactId>
Patrick Bradyed1cf1f2019-04-26 12:36:25 -070033 <version>1.6.0-SNAPSHOT</version>
Patrick Brady46f865c2018-08-13 10:00:29 -070034 <packaging>pom</packaging>
Anand Chaturvedie178b072017-08-14 20:10:36 -040035
Patrick Brady46f865c2018-08-13 10:00:29 -070036 <name></name>
Anand Chaturvedie178b072017-08-14 20:10:36 -040037
Patrick Brady46f865c2018-08-13 10:00:29 -070038 <modules>
39 <module>onap-appc-aai-client</module>
40 <module>features-appc-aai-client</module>
41 </modules>
Anand Chaturvedie178b072017-08-14 20:10:36 -040042</project>