blob: 840446fdd8bf27d81817111f2ff74a5617cb0321 [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 Timoney122ea412023-03-30 20:34:47 -040027 <version>2.5.4</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 Timoney37a05722023-06-06 06:55:17 -040033 <version>1.6.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>
herbertd77d01b2020-01-30 10:15:11 +010042 <module>data-provider</module>
Ravi Pendurty05fe1142021-04-19 12:46:16 +020043 <module>apigateway</module>
44 <module>helpserver</module>
45 <module>websocketmanager</module>
46 <module>devicemanager-core</module>
47 <module>devicemanager-onap</module>
48 <module>devicemanager-o-ran-sc</module>
Singal, Kapil (ks220y)30a59752020-12-18 13:21:28 -050049 <module>mountpoint-registrar</module>
50 <module>odlux</module>
Ravi Pendurty05fe1142021-04-19 12:46:16 +020051 <module>netconfnode-state-service</module>
52 <module>mountpoint-state-provider</module>
Michael DÜrre934dbb72021-02-09 08:14:07 +010053 <module>oauth-provider</module>
Michael Dürre25423c52022-07-20 09:32:50 +020054 <module>featureaggregator</module>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010055 </modules>
56</project>