blob: 18767ba46b08a9364ee1dc1b8a4ec5ad7de5657f [file] [log] [blame]
Timoney, Dan (dt5972)c9b19bb2018-07-17 11:23:42 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)fc713292018-12-20 14:53:11 -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)c9b19bb2018-07-17 11:23:42 -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)17a58432019-05-30 15:22:34 -04008 <version>1.2.4-SNAPSHOT</version>
Timoney, Dan (dt5972)fc713292018-12-20 14:53:11 -05009 <relativePath/>
Timoney, Dan (dt5972)c9b19bb2018-07-17 11:23:42 -040010 </parent>
11
12 <groupId>org.onap.sdnc.northbound</groupId>
13 <artifactId>sdnc-northbound-all</artifactId>
Timoney, Dan (dt5972)17a58432019-05-30 15:22:34 -040014 <version>1.5.3-SNAPSHOT</version>
Timoney, Dan (dt5972)c9b19bb2018-07-17 11:23:42 -040015 <packaging>feature</packaging>
16
17 <name>sdnc-northbound :: features :: ${project.artifactId}</name>
18 <dependencyManagement>
Timoney, Dan (dt5972)fc713292018-12-20 14:53:11 -050019 <dependencies>
20 <dependency>
21 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>sli-core-artifacts</artifactId>
23 <version>${ccsdk.sli.core.version}</version>
24 <type>pom</type>
25 <scope>import</scope>
26 </dependency>
27 </dependencies>
Timoney, Dan (dt5972)c9b19bb2018-07-17 11:23:42 -040028 </dependencyManagement>
29
30 <dependencies>
31 <dependency>
32 <groupId>${project.groupId}</groupId>
33 <artifactId>sdnc-generic-resource-api</artifactId>
34 <version>${project.version}</version>
35 <type>xml</type>
36 <classifier>features</classifier>
37 </dependency>
38 <dependency>
39 <groupId>${project.groupId}</groupId>
40 <artifactId>sdnc-vnfapi</artifactId>
41 <version>${project.version}</version>
42 <type>xml</type>
43 <classifier>features</classifier>
44 </dependency>
45 <dependency>
46 <groupId>${project.groupId}</groupId>
47 <artifactId>sdnc-vnftools</artifactId>
48 <version>${project.version}</version>
49 <type>xml</type>
50 <classifier>features</classifier>
51 </dependency>
52
53
54 </dependencies>
55</project>