blob: 46c0dbac4bf4192a894efb8f8dbe0b4b3d346d02 [file] [log] [blame]
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -05001<?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>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
Timoney, Dan (dt5972)1201ff92019-07-17 11:01:32 -04008 <version>1.3.1-SNAPSHOT</version>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -05009 </parent>
10
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>properties-node-provider</artifactId>
Timoney, Dan (dt5972)d5f883f2019-04-30 11:54:52 -040013 <version>0.5.0-SNAPSHOT</version>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050014 <packaging>bundle</packaging>
15
16 <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050017
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050018 <dependencyManagement>
Agarwal, Ruchira (ra1926)57bfbb02019-07-22 20:26:50 +000019 <dependencies>
20 <dependency>
21 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>sli-core-artifacts</artifactId>
23 <version>${ccsdk.sli.core.version}</version>
24 <type>pom</type>
25 <scope>import</scope>
26 </dependency>
27 </dependencies>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050028 </dependencyManagement>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050029
30 <dependencies>
31 <dependency>
32 <groupId>junit</groupId>
33 <artifactId>junit</artifactId>
34 <scope>test</scope>
35 </dependency>
36 <dependency>
Agarwal, Ruchira (ra1926)57bfbb02019-07-22 20:26:50 +000037 <groupId>com.github.stefanbirkner</groupId>
38 <artifactId>system-rules</artifactId>
39 <version>1.19.0</version>
40 <scope>test</scope>
41 </dependency>
42 <dependency>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050043 <groupId>org.springframework</groupId>
44 <artifactId>spring-test</artifactId>
45 <scope>test</scope>
46 </dependency>
47 <dependency>
48 <groupId>org.onap.ccsdk.sli.core</groupId>
49 <artifactId>sli-common</artifactId>
Smokowski, Kevin (ks6305)bc136f32019-05-29 21:25:31 +000050 <scope>provided</scope>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050051 </dependency>
52 <dependency>
53 <groupId>org.slf4j</groupId>
54 <artifactId>slf4j-api</artifactId>
55 </dependency>
56 <dependency>
57 <groupId>org.codehaus.jettison</groupId>
58 <artifactId>jettison</artifactId>
59 </dependency>
60 </dependencies>
61</project>