blob: 6c4a01cbf0ffb9fc3128415826dea6b3efc397e6 [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>
Timoney, Dan (dt5972)ee7f5682018-10-11 16:20:15 -040010 <version>1.1.1</version>
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040011 <relativePath />
12 </parent>
13
14 <groupId>org.onap.ccsdk.sli.northbound</groupId>
15 <artifactId>ccsdk-sli-northbound-all</artifactId>
Timoney, Dan (dt5972)3af0d1e2018-09-26 15:13:24 -040016 <version>0.3.1-SNAPSHOT</version>
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040017 <packaging>feature</packaging>
18
19 <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)95071c82018-09-26 10:37:48 -040020
Timoney, Dan (dt5972)95071c82018-09-26 10:37:48 -040021
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040022 <dependencyManagement>
23 <dependencies>
24 <dependency>
25 <groupId>org.opendaylight.mdsal.model</groupId>
26 <artifactId>mdsal-model-artifacts</artifactId>
27 <version>${odl.mdsal.model.version}</version>
28 <type>pom</type>
29 <scope>import</scope>
30 </dependency>
31 <dependency>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>mdsal-artifacts</artifactId>
34 <version>${odl.mdsal.version}</version>
35 <type>pom</type>
36 <scope>import</scope>
37 </dependency>
38 </dependencies>
39 </dependencyManagement>
40
41 <dependencies>
42 <dependency>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>ccsdk-asdcApi</artifactId>
45 <version>${project.version}</version>
46 <type>xml</type>
47 <classifier>features</classifier>
48 </dependency>
49 <dependency>
50 <groupId>${project.groupId}</groupId>
51 <artifactId>ccsdk-dataChange</artifactId>
52 <version>${project.version}</version>
53 <type>xml</type>
54 <classifier>features</classifier>
55 </dependency>
56 <dependency>
57 <groupId>${project.groupId}</groupId>
58 <artifactId>ccsdk-lcm</artifactId>
59 <version>${project.version}</version>
60 <type>xml</type>
61 <classifier>features</classifier>
62 </dependency>
63
64
65 </dependencies>
66</project>