blob: ad1a578e45d38431a901b458ae15a662f290b94c [file] [log] [blame]
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onap.ccsdk.parent</groupId>
9 <artifactId>single-feature-parent</artifactId>
10 <version>1.1.0-SNAPSHOT</version>
11 <relativePath />
12 </parent>
13
14 <groupId>org.onap.ccsdk.sli.northbound</groupId>
15 <artifactId>ccsdk-sli-northbound-all</artifactId>
16 <version>0.3.0-SNAPSHOT</version>
17 <packaging>feature</packaging>
18
19 <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
20 <dependencyManagement>
21 <dependencies>
22 <dependency>
23 <groupId>org.opendaylight.mdsal.model</groupId>
24 <artifactId>mdsal-model-artifacts</artifactId>
25 <version>${odl.mdsal.model.version}</version>
26 <type>pom</type>
27 <scope>import</scope>
28 </dependency>
29 <dependency>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>mdsal-artifacts</artifactId>
32 <version>${odl.mdsal.version}</version>
33 <type>pom</type>
34 <scope>import</scope>
35 </dependency>
36 </dependencies>
37 </dependencyManagement>
38
39 <dependencies>
40 <dependency>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>ccsdk-asdcApi</artifactId>
43 <version>${project.version}</version>
44 <type>xml</type>
45 <classifier>features</classifier>
46 </dependency>
47 <dependency>
48 <groupId>${project.groupId}</groupId>
49 <artifactId>ccsdk-dataChange</artifactId>
50 <version>${project.version}</version>
51 <type>xml</type>
52 <classifier>features</classifier>
53 </dependency>
54 <dependency>
55 <groupId>${project.groupId}</groupId>
56 <artifactId>ccsdk-lcm</artifactId>
57 <version>${project.version}</version>
58 <type>xml</type>
59 <classifier>features</classifier>
60 </dependency>
61
62
63 </dependencies>
64</project>