blob: 48df69a0e3df41a6f837ccb1ea57aff923949bcc [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>
Dan Timoney3fb66d22020-08-21 14:05:59 -04008 <version>2.0.1-SNAPSHOT</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>
Dan Timoney38058322020-08-06 15:25:13 -040014 <version>1.0.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>
Smokowski, Kevin (ks6305)bc136f32019-05-29 21:25:31 +000020
Smokowski, Kevin (ks6305)02c666d2019-02-06 20:26:17 +000021 <dependency>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000022 <groupId>${project.groupId}</groupId>
23 <artifactId>template-node-provider</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 </dependencies>
27</project>