blob: b68d28367f2b1303b15165e4363d9903365ef516 [file] [log] [blame]
Lathishb6fe5a12019-10-09 10:32:09 +01001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
RehanRaza9d400d12020-05-06 12:23:27 +02008 <version>1.5.1</version>
Lathishb6fe5a12019-10-09 10:32:09 +01009 <relativePath/>
10 </parent>
11
RehanRaza348cb852020-04-27 16:20:26 +020012 <groupId>org.o-ran-sc.nonrtric.sdnc-a1.northbound</groupId>
Lathishb6fe5a12019-10-09 10:32:09 +010013 <artifactId>sdnc-northbound-feature-aggregator</artifactId>
14 <version>1.7.3-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
RehanRaza348cb852020-04-27 16:20:26 +020017 <name>sdnc-a1-northbound :: features</name>
Lathishb6fe5a12019-10-09 10:32:09 +010018
19 <modules>
RehanRaza348cb852020-04-27 16:20:26 +020020 <module>sdnc-a1-northbound-all</module>
21 <module>features-sdnc-a1-northbound</module>
Lathishb6fe5a12019-10-09 10:32:09 +010022 <module>installer</module>
23 </modules>
24</project>