blob: e43381f392afd6f8e784a15c7d0e5ba40e8b8881 [file] [log] [blame]
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +00001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)07b48a02019-01-09 16:42:33 -05002<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 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 +00005 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onap.ccsdk.parent</groupId>
9 <artifactId>single-feature-parent</artifactId>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050010 <version>1.2.1-SNAPSHOT</version>
11 <relativePath/>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000012 </parent>
13
14 <groupId>org.onap.ccsdk.sli.plugins</groupId>
15 <artifactId>ccsdk-template-node</artifactId>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050016 <version>0.4.1-SNAPSHOT</version>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000017 <packaging>feature</packaging>
18
Singal, Kapil (ks220y)07b48a02019-01-09 16:42:33 -050019 <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000020
21 <dependencies>
22 <dependency>
Smokowski, Kevin (ks6305)02c666d2019-02-06 20:26:17 +000023 <groupId>org.onap.ccsdk.sli.core</groupId>
24 <artifactId>ccsdk-sli</artifactId>
25 <version>${ccsdk.sli.core.version}</version>
26 <type>xml</type>
27 <classifier>features</classifier>
28 </dependency>
29 <dependency>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000030 <groupId>${project.groupId}</groupId>
31 <artifactId>template-node-provider</artifactId>
32 <version>${project.version}</version>
33 </dependency>
34 </dependencies>
35</project>