1 <?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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>single-feature-parent</artifactId>
8 <version>1.1.0</version>
12 <groupId>org.onap.ccsdk.sli.plugins</groupId>
13 <artifactId>ccsdk-properties-node</artifactId>
14 <version>0.3.0-SNAPSHOT</version>
15 <packaging>feature</packaging>
17 <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
21 <skip.karaf.featureTest>true</skip.karaf.featureTest>
25 <dependencyManagement>
28 <groupId>org.opendaylight.mdsal.model</groupId>
29 <artifactId>mdsal-model-artifacts</artifactId>
30 <version>${odl.mdsal.model.version}</version>
35 <groupId>org.opendaylight.controller</groupId>
36 <artifactId>mdsal-artifacts</artifactId>
37 <version>${odl.mdsal.version}</version>
42 </dependencyManagement>
47 <groupId>org.onap.ccsdk.sli.core</groupId>
48 <artifactId>ccsdk-sli</artifactId>
49 <version>${ccsdk.sli.core.version}</version>
51 <classifier>features</classifier>
54 <groupId>${project.groupId}</groupId>
55 <artifactId>properties-node-provider</artifactId>
56 <version>${project.version}</version>