herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Michael DÜrre | a3e70a1 | 2021-01-07 10:03:05 +0100 | [diff] [blame] | 2 | <!-- ~ ============LICENSE_START======================================================= |
| 3 | ~ ONAP : ccsdk features ~ ================================================================================ |
| 4 | ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. |
| 5 | ~ All rights reserved. ~ ================================================================================ |
| 6 | ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. |
| 7 | ~ ================================================================================ |
| 8 | ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may |
| 9 | not use this file except in compliance with the License. ~ You may obtain |
| 10 | a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software ~ distributed |
| 12 | under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES |
| 13 | OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for |
| 14 | the specific language governing permissions and ~ limitations under the License. |
| 15 | ~ ============LICENSE_END======================================================= |
| 16 | ~ --> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 17 | |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 18 | <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) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 19 | <modelVersion>4.0.0</modelVersion> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 20 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 21 | <parent> |
| 22 | <groupId>org.onap.ccsdk.parent</groupId> |
| 23 | <artifactId>odlparent-lite</artifactId> |
Michael DÜrre | a3e70a1 | 2021-01-07 10:03:05 +0100 | [diff] [blame] | 24 | <version>2.1.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 25 | <relativePath/> |
| 26 | </parent> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 27 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 28 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 29 | <artifactId>sdnr-wt-feature-aggregator-top</artifactId> |
Dan Timoney | 1bd16a4 | 2020-11-25 16:13:30 -0500 | [diff] [blame] | 30 | <version>1.1.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 31 | <packaging>pom</packaging> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 32 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 33 | <name>ccsdk-features :: ${project.artifactId}</name> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 34 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 35 | <modules> |
| 36 | <module>feature</module> |
Michael DÜrre | a3e70a1 | 2021-01-07 10:03:05 +0100 | [diff] [blame] | 37 | <!-- <module>feature-devicemanager</module> --> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 38 | <module>feature-devicemanager-base</module> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 39 | <module>installer</module> |
| 40 | </modules> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 41 | </project> |