blob: 4ce8a7d9b19ee07cb203e2d4b7188ff7e06151ec [file] [log] [blame]
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +00001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)0320e9c2019-03-14 12:01:11 -04002<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">
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +00003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Timoney, Dan (dt5972)0320e9c2019-03-14 12:01:11 -04008 <version>1.2.1</version>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -05009 <relativePath/>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000010 </parent>
11
12 <groupId>org.onap.ccsdk.sli.plugins</groupId>
13 <artifactId>ccsdk-template-node</artifactId>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050014 <version>0.4.1-SNAPSHOT</version>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000015 <packaging>feature</packaging>
16
Singal, Kapil (ks220y)07b48a02019-01-09 16:42:33 -050017 <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000018
19 <dependencies>
20 <dependency>
Smokowski, Kevin (ks6305)02c666d2019-02-06 20:26:17 +000021 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>ccsdk-sli</artifactId>
23 <version>${ccsdk.sli.core.version}</version>
24 <type>xml</type>
25 <classifier>features</classifier>
26 </dependency>
27 <dependency>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000028 <groupId>${project.groupId}</groupId>
29 <artifactId>template-node-provider</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 </dependencies>
33</project>