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>binding-parent</artifactId>
8 <version>1.3.1-SNAPSHOT</version>
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>properties-node-provider</artifactId>
13 <version>0.5.0-SNAPSHOT</version>
14 <packaging>bundle</packaging>
16 <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
18 <dependencyManagement>
21 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>sli-core-artifacts</artifactId>
23 <version>${ccsdk.sli.core.version}</version>
28 </dependencyManagement>
32 <groupId>junit</groupId>
33 <artifactId>junit</artifactId>
37 <groupId>org.springframework</groupId>
38 <artifactId>spring-test</artifactId>
42 <groupId>org.onap.ccsdk.sli.core</groupId>
43 <artifactId>sli-common</artifactId>
44 <scope>provided</scope>
47 <groupId>org.slf4j</groupId>
48 <artifactId>slf4j-api</artifactId>
51 <groupId>org.codehaus.jettison</groupId>
52 <artifactId>jettison</artifactId>