blob: 8a9da67fedb5126ad0d0b16e20d658214e3c9f40 [file] [log] [blame]
Herbert Eiseltac33bcd2019-01-25 14:50:52 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Ravi Pendurty05fe1142021-04-19 12:46:16 +02003 * ============LICENSE_START=======================================================
4 * ONAP : CCSDK.apps.sdnr.wt
5 * ================================================================================
6 * Copyright (C) 2018 highstreet technologies GmbH Intellectual Property. All rights reserved.
7 * ================================================================================
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 * ============LICENSE_END=========================================================
20 -->
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010021<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">
22 <modelVersion>4.0.0</modelVersion>
23
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050024 <parent>
25 <groupId>org.onap.ccsdk.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Dan Timoneyaf9977a2021-03-09 11:39:34 -050027 <version>2.2.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050028 <relativePath/>
29 </parent>
Herbert Eiselt58a92902019-01-25 17:05:00 +010030
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010031 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
32 <artifactId>sdnr-wt</artifactId>
Dan Timoneyaf9977a2021-03-09 11:39:34 -050033 <version>1.2.0-SNAPSHOT</version>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010034 <packaging>pom</packaging>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050035
Ravi Pendurty05fe1142021-04-19 12:46:16 +020036 <name>ccsdk-sdnr-wireless transport :: micro-services</name>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010037 <description>SDN-R wireless transport micro-services</description>
38
39 <modules>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050040 <module>common</module>
Dan Timoney4e69f332021-01-29 12:46:06 -050041 <module>common-yang</module>
Ravi Pendurty05fe1142021-04-19 12:46:16 +020042 <module>featureaggregator</module>
herbertd77d01b2020-01-30 10:15:11 +010043 <module>data-provider</module>
Ravi Pendurty05fe1142021-04-19 12:46:16 +020044 <module>apigateway</module>
45 <module>helpserver</module>
46 <module>websocketmanager</module>
47 <module>devicemanager-core</module>
48 <module>devicemanager-onap</module>
49 <module>devicemanager-o-ran-sc</module>
Singal, Kapil (ks220y)30a59752020-12-18 13:21:28 -050050 <module>mountpoint-registrar</module>
51 <module>odlux</module>
Ravi Pendurty05fe1142021-04-19 12:46:16 +020052 <module>netconfnode-state-service</module>
53 <module>mountpoint-state-provider</module>
Michael DÜrre934dbb72021-02-09 08:14:07 +010054 <module>oauth-provider</module>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010055 </modules>
56</project>