Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 3 | ~ ============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 | --> |
| 25 | |
Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 26 | <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"> |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.onap.ccsdk.parent</groupId> |
| 31 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | 4e69f33 | 2021-01-29 12:46:06 -0500 | [diff] [blame^] | 32 | <version>2.1.0</version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 33 | <relativePath/> |
| 34 | </parent> |
Herbert Eiselt | 58a9290 | 2019-01-25 17:05:00 +0100 | [diff] [blame] | 35 | |
Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 36 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 37 | <artifactId>sdnr-wt</artifactId> |
Dan Timoney | 1bd16a4 | 2020-11-25 16:13:30 -0500 | [diff] [blame] | 38 | <version>1.1.1-SNAPSHOT</version> |
Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 39 | <packaging>pom</packaging> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 40 | |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 41 | <name>ccsdk-features :: ${project.artifactId}</name> |
Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 42 | <description>SDN-R wireless transport micro-services</description> |
| 43 | |
| 44 | <modules> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 45 | <module>common</module> |
Dan Timoney | 4e69f33 | 2021-01-29 12:46:06 -0500 | [diff] [blame^] | 46 | <module>common-yang</module> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 47 | <module>apigateway</module> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 48 | <module>websocketmanager2</module> |
| 49 | <module>helpserver</module> |
herbert | d77d01b | 2020-01-30 10:15:11 +0100 | [diff] [blame] | 50 | <module>data-provider</module> |
herbert | cbbc352 | 2020-01-30 10:39:37 +0100 | [diff] [blame] | 51 | <module>netconfnode-state-service</module> |
herbert | 8fb0142 | 2020-01-30 11:46:02 +0100 | [diff] [blame] | 52 | <module>mountpoint-state-provider</module> |
herbert | 149a57e | 2020-01-30 12:08:35 +0100 | [diff] [blame] | 53 | <module>devicemanager</module> |
Dan Timoney | 4e69f33 | 2021-01-29 12:46:06 -0500 | [diff] [blame^] | 54 | <module>devicemanager-oran</module> |
herbert | 6b98928 | 2019-12-14 00:50:38 +0100 | [diff] [blame] | 55 | <module>devicemanager-onf</module> |
alexs | 926eb80 | 2020-08-21 15:01:24 +0300 | [diff] [blame] | 56 | <module>devicemanager-onf14</module> |
shabs2020 | 40121bf | 2020-07-30 12:09:39 +0200 | [diff] [blame] | 57 | <module>devicemanager-openroadm</module> |
Dan Timoney | 4e69f33 | 2021-01-29 12:46:06 -0500 | [diff] [blame^] | 58 | <module>devicemanager-adapter-manager</module> |
Singal, Kapil (ks220y) | 30a5975 | 2020-12-18 13:21:28 -0500 | [diff] [blame] | 59 | <module>mountpoint-registrar</module> |
| 60 | <module>odlux</module> |
| 61 | <module>featureaggregator</module> |
Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [diff] [blame] | 62 | </modules> |
| 63 | </project> |