Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -0500 | [diff] [blame] | 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"> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 4 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 5 | <parent> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Dan Timoney | f0594b8 | 2020-01-24 16:10:06 -0500 | [diff] [blame^] | 8 | <version>1.5.2-SNAPSHOT</version> |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -0500 | [diff] [blame] | 9 | <relativePath/> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 10 | </parent> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 13 | <artifactId>asdcApi-provider</artifactId> |
Dan Timoney | f0594b8 | 2020-01-24 16:10:06 -0500 | [diff] [blame^] | 14 | <version>0.7.1-SNAPSHOT</version> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 16 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 17 | <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> |
| 18 | |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -0500 | [diff] [blame] | 19 | <properties> |
Timoney, Dan (dt5972) | 083f91d | 2019-11-19 13:19:44 -0500 | [diff] [blame] | 20 | <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -0500 | [diff] [blame] | 21 | <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> |
| 22 | </properties> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 23 | |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 24 | <dependencyManagement> |
| 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 28 | <artifactId>sli-core-artifacts</artifactId> |
| 29 | <version>${ccsdk.sli.core.version}</version> |
| 30 | <type>pom</type> |
| 31 | <scope>import</scope> |
| 32 | </dependency> |
| 33 | </dependencies> |
| 34 | </dependencyManagement> |
| 35 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 36 | <dependencies> |
| 37 | <dependency> |
| 38 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 39 | <artifactId>asdcApi-model</artifactId> |
| 40 | <version>${project.version}</version> |
| 41 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 42 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 43 | <dependency> |
| 44 | <groupId>org.opendaylight.controller</groupId> |
| 45 | <artifactId>sal-binding-api</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 46 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 47 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>org.opendaylight.controller</groupId> |
| 50 | <artifactId>sal-common-util</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 51 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 52 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 55 | <artifactId>sli-common</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 59 | <artifactId>sli-provider</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
| 63 | <groupId>org.opendaylight.controller</groupId> |
| 64 | <artifactId>sal-test-model</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 65 | <scope>test</scope> |
| 66 | </dependency> |
Timoney, Dan (dt5972) | a63bbe2 | 2018-06-18 10:49:42 -0400 | [diff] [blame] | 67 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 68 | |
| 69 | <dependency> |
| 70 | <groupId>org.opendaylight.controller</groupId> |
| 71 | <artifactId>sal-binding-broker-impl</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.opendaylight.controller</groupId> |
| 76 | <artifactId>sal-binding-broker-impl</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 77 | <type>test-jar</type> |
| 78 | <classifier>tests</classifier> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>junit</groupId> |
| 83 | <artifactId>junit</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 84 | <scope>test</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.testng</groupId> |
| 88 | <artifactId>testng</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 89 | <scope>test</scope> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>org.mockito</groupId> |
| 93 | <artifactId>mockito-core</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 94 | <scope>test</scope> |
| 95 | </dependency> |
| 96 | </dependencies> |
| 97 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 98 | |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 99 | </project> |