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