blob: cc061727c23bdf9f7c97b0418ebe868dae714455 [file] [log] [blame]
Herbert Eiseltac33bcd2019-01-25 14:50:52 +01001<?xml version="1.0" encoding="UTF-8"?>
Herbert Eiselt46b1c762019-02-28 19:12:14 +01002<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
7 ~ All rights reserved.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010025
Timoney, Dan (dt5972)9560e602019-04-24 16:04:56 -040026<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">
Herbert Eiselt46b1c762019-02-28 19:12:14 +010027 <modelVersion>4.0.0</modelVersion>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010028
Herbert Eiselt46b1c762019-02-28 19:12:14 +010029 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>odlparent-lite</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050032 <version>2.0.0-SNAPSHOT</version>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010033 <relativePath/>
34 </parent>
35
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050036 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37 <artifactId>sdnr-wt-apigateway-top</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050038 <version>1.0.0-SNAPSHOT</version>
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050039 <packaging>pom</packaging>
40
41 <name>ccsdk-features :: ${project.artifactId}</name>
42
Herbert Eiselt46b1c762019-02-28 19:12:14 +010043 <modules>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010044 <module>provider</module>
Michael Dürrefb121a32020-01-30 12:30:58 +010045 <module>feature</module>
Herbert Eiselt46b1c762019-02-28 19:12:14 +010046 <module>installer</module>
47 </modules>
48
49 <properties>
50 <feature-name>sdnr-wt-apigateway</feature-name>
51 </properties>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010052</project>