blob: be575e8eb0220e88eca55be7cd894e2351506d1c [file] [log] [blame]
Sandeep Shah7181af32019-04-30 09:08:56 -05001<?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
Sandeep Shah7181af32019-04-30 09:08:56 -050026<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 Timoney253f57c2020-09-10 12:50:42 -040032 <version>2.1.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050033 <relativePath/>
34 </parent>
Sandeep Shah7181af32019-04-30 09:08:56 -050035
36 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
37 <artifactId>sdnr-northbound</artifactId>
Dan Timoney253f57c2020-09-10 12:50:42 -040038 <version>1.1.0-SNAPSHOT</version>
Sandeep Shah7181af32019-04-30 09:08:56 -050039 <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>
Sandeep Shah8ddfa732020-09-21 21:31:43 -050042 <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify, RANSlice</description>
Sandeep Shah7181af32019-04-30 09:08:56 -050043
44 <modules>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050045 <module>oofpcipoc</module>
Sandeep Shah4fdab1f2020-03-02 10:31:48 -060046 <module>CMNotify</module>
Sandeep Shah94bf6cb2020-08-15 20:21:18 -050047 <module>ranSlice</module>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050048 <module>features</module>
Sandeep Shah7181af32019-04-30 09:08:56 -050049 </modules>
50</project>