blob: e2a549e3b2df580f35e826f040502b370a9e54d8 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
Anand36bcd562018-01-04 19:35:51 -05002<!--
Patrick Brady606d4e72018-08-08 10:25:15 -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
Patrick Brady57b5eef2017-02-10 15:00:49 -080011
Patrick Brady606d4e72018-08-08 10:25:15 -070012 http://www.apache.org/licenses/LICENSE-2.0
Patrick Brady57b5eef2017-02-10 15:00:49 -080013
Patrick Brady606d4e72018-08-08 10:25:15 -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">
Anand36bcd562018-01-04 19:35:51 -050022 <modelVersion>4.0.0</modelVersion>
Patrick Brady606d4e72018-08-08 10:25:15 -070023
Anand36bcd562018-01-04 19:35:51 -050024 <parent>
Patrick Brady606d4e72018-08-08 10:25:15 -070025 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady9d380082018-10-09 11:32:38 -070027 <version>1.4.0</version>
Patrick Brady606d4e72018-08-08 10:25:15 -070028 <relativePath />
Anand36bcd562018-01-04 19:35:51 -050029 </parent>
30
Patrick Brady606d4e72018-08-08 10:25:15 -070031 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-request-handler-feature-aggregator</artifactId>
Patrick Brady7ee40942018-10-11 11:09:56 -070033 <version>1.4.1-SNAPSHOT</version>
Patrick Brady606d4e72018-08-08 10:25:15 -070034 <packaging>pom</packaging>
Anand36bcd562018-01-04 19:35:51 -050035
Patrick Brady606d4e72018-08-08 10:25:15 -070036 <name></name>
Anand36bcd562018-01-04 19:35:51 -050037
Patrick Brady606d4e72018-08-08 10:25:15 -070038 <modules>
39 <module>onap-appc-request-handler</module>
40 <module>features-appc-request-handler</module>
41 </modules>
Patrick Brady57b5eef2017-02-10 15:00:49 -080042</project>