blob: b4d538abdc7f0435768586d08298b96dcc52e957 [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>
7 <artifactId>sdnc-northbound</artifactId>
8 <version>0.0.1-SNAPSHOT</version>
9 </parent>
10
11 <packaging>pom</packaging>
12 <groupId>org.onap.ccsdk.sli.northbound</groupId>
13 <artifactId>asdcApi</artifactId>
14 <version>0.0.1-SNAPSHOT</version>
15
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>
36 <dependency>
37 <groupId>org.onap.ccsdk.sli.northbound</groupId>
38 <artifactId>asdcApi-provider</artifactId>
39 <version>${project.version}</version>
40 <classifier>config</classifier>
41 <type>xml</type>
42 </dependency>
43 <dependency>
44 <groupId>org.onap.ccsdk.sli.northbound</groupId>
45 <artifactId>asdcApi-provider</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 </dependencies>
49
50
51 </dependencyManagement>
52
53
54
55
56 <modules>
57 <module>model</module>
58 <module>features</module>
59 <module>provider</module>
60 <module>installer</module>
61 </modules>
62
63</project>