blob: b8acce50803482f6955bb9693255d2872f4230f2 [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)95071c82018-09-26 10:37:48 -040010 <version>1.1.0</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>
16 <version>0.3.0-SNAPSHOT</version>
17 <packaging>feature</packaging>
18
19 <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
Timoney, Dan (dt5972)95071c82018-09-26 10:37:48 -040020
21 <properties>
22 <skip.karaf.featureTest>true</skip.karaf.featureTest>
23 </properties>
24
Timoney, Dan (dt5972)cd11ecb2018-06-22 15:51:57 -040025 <dependencyManagement>
26 <dependencies>
27 <dependency>
28 <groupId>org.opendaylight.mdsal.model</groupId>
29 <artifactId>mdsal-model-artifacts</artifactId>
30 <version>${odl.mdsal.model.version}</version>
31 <type>pom</type>
32 <scope>import</scope>
33 </dependency>
34 <dependency>
35 <groupId>org.opendaylight.controller</groupId>
36 <artifactId>mdsal-artifacts</artifactId>
37 <version>${odl.mdsal.version}</version>
38 <type>pom</type>
39 <scope>import</scope>
40 </dependency>
41 </dependencies>
42 </dependencyManagement>
43
44 <dependencies>
45 <dependency>
46 <groupId>${project.groupId}</groupId>
47 <artifactId>ccsdk-asdcApi</artifactId>
48 <version>${project.version}</version>
49 <type>xml</type>
50 <classifier>features</classifier>
51 </dependency>
52 <dependency>
53 <groupId>${project.groupId}</groupId>
54 <artifactId>ccsdk-dataChange</artifactId>
55 <version>${project.version}</version>
56 <type>xml</type>
57 <classifier>features</classifier>
58 </dependency>
59 <dependency>
60 <groupId>${project.groupId}</groupId>
61 <artifactId>ccsdk-lcm</artifactId>
62 <version>${project.version}</version>
63 <type>xml</type>
64 <classifier>features</classifier>
65 </dependency>
66
67
68 </dependencies>
69</project>