blob: 1eec115e6dd64090a1647ecc8a6616ae5c5093cd [file] [log] [blame]
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -04001<?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">
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -05003 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -04004
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -05005 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Dan Timoney8a620f72020-03-05 15:09:19 -05008 <version>2.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -04009 <relativePath/>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050010 </parent>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040011
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050012 <groupId>org.onap.ccsdk.sli.northbound</groupId>
13 <artifactId>lcm</artifactId>
Dan Timoney8a620f72020-03-05 15:09:19 -050014 <version>1.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050015 <packaging>pom</packaging>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040016
17 <name>ccsdk-sli-northbound :: lcm</name>
18
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050019 <modules>
20 <module>model</module>
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050021 <module>provider</module>
22 <module>installer</module>
23 </modules>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040024</project>