blob: e926a439e8b8f341dbf45f61d0fc1fef5f5b6809 [file] [log] [blame]
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +00001<?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>single-feature-parent</artifactId>
Timoney, Dan (dt5972)c7971702018-10-11 16:25:06 -04008 <version>1.1.1</version>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +00009 <relativePath />
10 </parent>
11
12 <groupId>org.onap.ccsdk.sli.plugins</groupId>
13 <artifactId>ccsdk-template-node</artifactId>
Timoney, Dan (dt5972)85737492018-09-26 15:33:59 -040014 <version>0.3.1-SNAPSHOT</version>
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000015 <packaging>feature</packaging>
16
Smokowski, Kevin (ks6305)42478b12018-08-07 19:07:35 +000017
18 <dependencies>
19 <dependency>
20 <groupId>${project.groupId}</groupId>
21 <artifactId>template-node-provider</artifactId>
22 <version>${project.version}</version>
23 </dependency>
24 </dependencies>
25</project>