blob: 5ef04064da1959584d9c69ece4f8c2f8e4a03d15 [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 -->
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010025<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">
26 <modelVersion>4.0.0</modelVersion>
27
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Singal, Kapil (ks220y)d2c64082021-06-16 13:18:28 -040031 <version>2.1.7</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050032 <relativePath/>
33 </parent>
Herbert Eiselt58a92902019-01-25 17:05:00 +010034
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010035 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
36 <artifactId>sdnr-wt</artifactId>
Dan Timoney89e06242021-05-07 16:13:22 -040037 <version>1.1.6-SNAPSHOT</version>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010038 <packaging>pom</packaging>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050039
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050040 <name>ccsdk-features :: ${project.artifactId}</name>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010041 <description>SDN-R wireless transport micro-services</description>
42
43 <modules>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050044 <module>common</module>
Dan Timoney4e69f332021-01-29 12:46:06 -050045 <module>common-yang</module>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050046 <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>
Dan Timoney4e69f332021-01-29 12:46:06 -050053 <module>devicemanager-oran</module>
herbert6b989282019-12-14 00:50:38 +010054 <module>devicemanager-onf</module>
alexs926eb802020-08-21 15:01:24 +030055 <module>devicemanager-onf14</module>
shabs202040121bf2020-07-30 12:09:39 +020056 <module>devicemanager-openroadm</module>
Dan Timoney4e69f332021-01-29 12:46:06 -050057 <module>devicemanager-adapter-manager</module>
Singal, Kapil (ks220y)30a59752020-12-18 13:21:28 -050058 <module>mountpoint-registrar</module>
59 <module>odlux</module>
Michael DÜrre934dbb72021-02-09 08:14:07 +010060 <module>oauth-provider</module>
Singal, Kapil (ks220y)30a59752020-12-18 13:21:28 -050061 <module>featureaggregator</module>
Herbert Eiseltac33bcd2019-01-25 14:50:52 +010062 </modules>
63</project>