blob: f8804b00152eb5f866bb01d543a291c95d16913a [file] [log] [blame]
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>feature-repo-parent</artifactId>
Dan Timoney8a620f72020-03-05 15:09:19 -05008 <version>2.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -04009 <relativePath/>
10 </parent>
11
12 <groupId>org.onap.ccsdk.sli.northbound</groupId>
13 <artifactId>features-sli-northbound</artifactId>
Dan Timoney8a620f72020-03-05 15:09:19 -050014 <version>1.0.0-SNAPSHOT</version>
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
18
Timoney, Dan (dt5972)feb63252019-01-08 12:29:46 -050019 <properties>
20 <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
21 </properties>
22
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040023 <dependencies>
24 <dependency>
25 <groupId>${project.groupId}</groupId>
26 <artifactId>ccsdk-sli-northbound-all</artifactId>
27 <version>${project.version}</version>
28 <type>xml</type>
29 <classifier>features</classifier>
30 </dependency>
31
32 </dependencies>
33</project>