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 | 7de29bf | 2020-11-25 08:29:23 -0500 | [diff] [blame^] | 8 | <version>2.1.1-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 | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 14 | <version>1.2.0-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) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 19 | <dependencyManagement> |
| 20 | <dependencies> |
| 21 | <dependency> |
Dan Timoney | 8a620f7 | 2020-03-05 15:09:19 -0500 | [diff] [blame] | 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>sli-core-artifacts</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 24 | <version>${project.version}</version> |
Dan Timoney | 8a620f7 | 2020-03-05 15:09:19 -0500 | [diff] [blame] | 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 27 | </dependency> |
| 28 | </dependencies> |
| 29 | </dependencyManagement> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 30 | <dependencies> |
| 31 | <dependency> |
| 32 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 33 | <artifactId>asdcApi-model</artifactId> |
| 34 | <version>${project.version}</version> |
| 35 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 36 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 37 | <dependency> |
| 38 | <groupId>org.opendaylight.controller</groupId> |
| 39 | <artifactId>sal-binding-api</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 40 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 41 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 42 | <dependency> |
| 43 | <groupId>org.opendaylight.controller</groupId> |
| 44 | <artifactId>sal-common-util</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 45 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 46 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 49 | <artifactId>sli-common</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 53 | <artifactId>sli-provider</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 54 | </dependency> |
| 55 | |
| 56 | <dependency> |
| 57 | <groupId>org.opendaylight.controller</groupId> |
| 58 | <artifactId>sal-test-model</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 59 | <scope>test</scope> |
| 60 | </dependency> |
Timoney, Dan (dt5972) | a63bbe2 | 2018-06-18 10:49:42 -0400 | [diff] [blame] | 61 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 62 | |
| 63 | <dependency> |
| 64 | <groupId>org.opendaylight.controller</groupId> |
| 65 | <artifactId>sal-binding-broker-impl</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.opendaylight.controller</groupId> |
| 70 | <artifactId>sal-binding-broker-impl</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 71 | <type>test-jar</type> |
| 72 | <classifier>tests</classifier> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>junit</groupId> |
| 77 | <artifactId>junit</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.testng</groupId> |
| 82 | <artifactId>testng</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 83 | <scope>test</scope> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.mockito</groupId> |
| 87 | <artifactId>mockito-core</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | </dependencies> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 91 | </project> |