Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 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> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 1201ff9 | 2019-07-17 11:01:32 -0400 | [diff] [blame] | 8 | <version>1.3.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 12 | <artifactId>properties-node-provider</artifactId> |
Timoney, Dan (dt5972) | d5f883f | 2019-04-30 11:54:52 -0400 | [diff] [blame] | 13 | <version>0.5.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 14 | <packaging>bundle</packaging> |
| 15 | |
| 16 | <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 17 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 18 | <dependencyManagement> |
Agarwal, Ruchira (ra1926) | 57bfbb0 | 2019-07-22 20:26:50 +0000 | [diff] [blame^] | 19 | <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) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 28 | </dependencyManagement> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 29 | |
| 30 | <dependencies> |
| 31 | <dependency> |
| 32 | <groupId>junit</groupId> |
| 33 | <artifactId>junit</artifactId> |
| 34 | <scope>test</scope> |
| 35 | </dependency> |
| 36 | <dependency> |
Agarwal, Ruchira (ra1926) | 57bfbb0 | 2019-07-22 20:26:50 +0000 | [diff] [blame^] | 37 | <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) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 43 | <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) | bc136f3 | 2019-05-29 21:25:31 +0000 | [diff] [blame] | 50 | <scope>provided</scope> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 51 | </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> |