blob: 932569b098965cd7c2a7338a0ff9df3645704129 [file] [log] [blame]
Dan Timoneyea5bf0a2017-07-18 20:32:15 -04001<?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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.sli.northbound</groupId>
Dan Timoney64c695e2017-08-29 08:52:32 -04007 <artifactId>ccsdk-sli-northbound</artifactId>
Jessica Wagantalle4273422017-11-17 16:56:52 -08008 <version>0.2.0-SNAPSHOT</version>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -04009 </parent>
10
11 <packaging>pom</packaging>
12 <groupId>org.onap.ccsdk.sli.northbound</groupId>
13 <artifactId>asdcApi</artifactId>
Jessica Wagantalle4273422017-11-17 16:56:52 -080014 <version>0.2.0-SNAPSHOT</version>
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040015
16 <properties>
17 <feature-name>asdcApi</feature-name>
18 </properties>
19
20 <dependencyManagement>
21
22 <dependencies>
23 <dependency>
24 <groupId>org.onap.ccsdk.sli.northbound</groupId>
25 <artifactId>asdcApi-features</artifactId>
26 <classifier>features</classifier>
27 <type>xml</type>
28 <version>${project.version}</version>
29 </dependency>
30
31 <dependency>
32 <groupId>org.onap.ccsdk.sli.northbound</groupId>
33 <artifactId>asdcApi-model</artifactId>
34 <version>${project.version}</version>
35 </dependency>
Ryan Goulding8881ebb2017-09-07 12:10:08 -040036
Dan Timoneyea5bf0a2017-07-18 20:32:15 -040037 <dependency>
38 <groupId>org.onap.ccsdk.sli.northbound</groupId>
39 <artifactId>asdcApi-provider</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42 </dependencies>
43
44
45 </dependencyManagement>
46
47
48
49
50 <modules>
51 <module>model</module>
52 <module>features</module>
53 <module>provider</module>
54 <module>installer</module>
55 </modules>
56
57</project>