blob: 482b3460a9c8c51d9e5c253c2f3de5065140212a [file] [log] [blame]
Herbert Eiseltac33bcd2019-01-25 14:50:52 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============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 Eiseltac33bcd2019-01-25 14:50:52 +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">
27 <modelVersion>4.0.0</modelVersion>
28
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050029 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>odlparent-lite</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050032 <version>2.0.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050033 <relativePath/>
34 </parent>
Herbert Eiselt58a92902019-01-25 17:05:00 +010035
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010036 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37 <artifactId>sdnr-wt</artifactId>
Dan Timoneyfc05c3c2020-03-05 15:52:09 -050038 <version>1.0.0-SNAPSHOT</version>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010039 <packaging>pom</packaging>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050040
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050041 <name>ccsdk-features :: ${project.artifactId}</name>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010042 <description>SDN-R wireless transport micro-services</description>
43
44 <modules>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050045 <module>common</module>
46 <module>apigateway</module>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050047 <module>websocketmanager2</module>
48 <module>helpserver</module>
herbertd77d01b2020-01-30 10:15:11 +010049 <module>data-provider</module>
herbertcbbc3522020-01-30 10:39:37 +010050 <module>netconfnode-state-service</module>
herbert8fb01422020-01-30 11:46:02 +010051 <module>mountpoint-state-provider</module>
herbert149a57e2020-01-30 12:08:35 +010052 <module>devicemanager</module>
herbert6b989282019-12-14 00:50:38 +010053 <module>devicemanager-onf</module>
54 <module>devicemanager-oran</module>
herbert149a57e2020-01-30 12:08:35 +010055 <module>devicemanager-gran</module>
Ravi Pendurtyde4fec02019-12-17 14:30:29 +010056 <module>mountpoint-registrar</module>
herberte6d0d672019-12-14 01:05:47 +010057 <module>odlux</module>
58 <module>featureaggregator</module>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010059 </modules>
60</project>