blob: 08e4fa8af4342cc4e8700fd1501c13785f52f145 [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>feature-repo-parent</artifactId>
8 <version>1.2.0</version>
9 <relativePath/>
10 </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>features-lcm</artifactId>
14 <version>0.4.0-SNAPSHOT</version>
15 <packaging>feature</packaging>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040016
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050017 <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040018
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050019 <properties>
20 <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
21 </properties>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040022
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050023 <dependencies>
24 <dependency>
25 <groupId>${project.groupId}</groupId>
26 <artifactId>ccsdk-lcm</artifactId>
27 <version>${project.version}</version>
28 <type>xml</type>
29 <classifier>features</classifier>
30 </dependency>
31
32 </dependencies>
Timoney, Dan (dt5972)b0396822018-04-12 19:13:59 -040033</project>