blob: 86c49243d56724274e734fccfb64108061ba40da [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney4e69f332021-01-29 12:46:06 -05002<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2019 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 -->
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050025
herberte6d0d672019-12-14 01:05:47 +010026<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">
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050027 <modelVersion>4.0.0</modelVersion>
herberte6d0d672019-12-14 01:05:47 +010028
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050029 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>odlparent-lite</artifactId>
Dan Timoney8413c432021-04-16 08:40:10 -040032 <version>2.1.3-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050033 <relativePath/>
34 </parent>
herberte6d0d672019-12-14 01:05:47 +010035
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050036 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37 <artifactId>sdnr-wt-feature-aggregator-top</artifactId>
Dan Timoney8ed42322021-04-06 12:49:39 -040038 <version>1.1.4-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050039 <packaging>pom</packaging>
herberte6d0d672019-12-14 01:05:47 +010040
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050041 <name>ccsdk-features :: ${project.artifactId}</name>
herberte6d0d672019-12-14 01:05:47 +010042
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050043 <modules>
44 <module>feature</module>
Dan Timoney4e69f332021-01-29 12:46:06 -050045 <module>feature-devicemanager</module>
herbertc7636d22020-04-06 15:51:35 +020046 <module>feature-devicemanager-base</module>
Michael DÜrre934dbb72021-02-09 08:14:07 +010047 <module>feature-oauth</module>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050048 <module>installer</module>
49 </modules>
herberte6d0d672019-12-14 01:05:47 +010050</project>