blob: 1054f19034501e7e4598f8903fcb4e4d94994f42 [file] [log] [blame]
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -05002<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">
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -04003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
Timoney, Dan (dt5972)b6455c52019-08-28 13:16:09 -04008 <version>1.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -05009 <relativePath/>
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -040010 </parent>
11
12 <groupId>org.onap.ccsdk.sli.plugins</groupId>
13 <artifactId>ccsdk-sli-plugins-all</artifactId>
Timoney, Dan (dt5972)b6455c52019-08-28 13:16:09 -040014 <version>0.6.1-SNAPSHOT</version>
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -040015 <packaging>feature</packaging>
16
17 <name>ccsdk-sli-plugins :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)00182e72018-09-26 10:44:42 -040018
Timoney, Dan (dt5972)00182e72018-09-26 10:44:42 -040019
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -040020 <dependencies>
21 <dependency>
22 <groupId>${project.groupId}</groupId>
23 <artifactId>ccsdk-properties-node</artifactId>
24 <version>${project.version}</version>
25 <type>xml</type>
26 <classifier>features</classifier>
27 </dependency>
janani b77a89612019-02-07 19:21:55 +053028
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -040029 <dependency>
30 <groupId>${project.groupId}</groupId>
31 <artifactId>ccsdk-restapi-call-node</artifactId>
32 <version>${project.version}</version>
33 <type>xml</type>
34 <classifier>features</classifier>
35 </dependency>
janani b77a89612019-02-07 19:21:55 +053036
gauravd7d5ea02018-07-18 19:39:10 +053037 <dependency>
38 <groupId>${project.groupId}</groupId>
janani b2d465022019-03-21 22:56:13 +053039 <artifactId>ccsdk-restconf-client</artifactId>
40 <version>${project.version}</version>
41 <type>xml</type>
42 <classifier>features</classifier>
43 </dependency>
44
45 <dependency>
46 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)07b48a02019-01-09 16:42:33 -050047 <artifactId>ccsdk-template-node</artifactId>
48 <version>${project.version}</version>
49 <type>xml</type>
50 <classifier>features</classifier>
51 </dependency>
janani b2d465022019-03-21 22:56:13 +053052
Singal, Kapil (ks220y)07b48a02019-01-09 16:42:33 -050053 <dependency>
54 <groupId>${project.groupId}</groupId>
Ganesh Chandrasekaran1476ff82018-08-02 15:06:36 +090055 <artifactId>ccsdk-sshapi-call-node</artifactId>
56 <version>${project.version}</version>
57 <type>xml</type>
58 <classifier>features</classifier>
59 </dependency>
Timoney, Dan (dt5972)e8670e22018-06-22 15:53:19 -040060 </dependencies>
61</project>