Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | 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] | 4 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 5 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 6 | <parent> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 95071c8 | 2018-09-26 10:37:48 -0400 | [diff] [blame^] | 9 | <version>1.1.0</version> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 10 | <relativePath /> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 11 | </parent> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 12 | |
| 13 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 14 | <artifactId>asdcApi-provider</artifactId> |
Timoney, Dan (dt5972) | 751d50b | 2018-06-06 14:03:24 -0400 | [diff] [blame] | 15 | <version>0.3.0-SNAPSHOT</version> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 16 | <packaging>bundle</packaging> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 17 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 18 | <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> |
| 19 | |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 20 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 24 | <artifactId>asdcApi-model</artifactId> |
| 25 | <version>${project.version}</version> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.opendaylight.controller</groupId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 29 | <artifactId>sal-binding-config</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 30 | </dependency> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 31 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 32 | <dependency> |
| 33 | <groupId>org.opendaylight.controller</groupId> |
| 34 | <artifactId>sal-binding-api</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 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-common-util</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.onap.ccsdk.sli.core</groupId> |
| 44 | <artifactId>sli-common</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>sli-provider</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 49 | </dependency> |
| 50 | |
| 51 | <dependency> |
| 52 | <groupId>org.opendaylight.controller</groupId> |
| 53 | <artifactId>sal-test-model</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 54 | <scope>test</scope> |
| 55 | </dependency> |
Timoney, Dan (dt5972) | a63bbe2 | 2018-06-18 10:49:42 -0400 | [diff] [blame] | 56 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 57 | |
| 58 | <dependency> |
| 59 | <groupId>org.opendaylight.controller</groupId> |
| 60 | <artifactId>sal-binding-broker-impl</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 61 | <scope>test</scope> |
| 62 | </dependency> |
| 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 | <type>test-jar</type> |
| 67 | <classifier>tests</classifier> |
| 68 | <scope>test</scope> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>junit</groupId> |
| 72 | <artifactId>junit</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.testng</groupId> |
| 77 | <artifactId>testng</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.mockito</groupId> |
| 82 | <artifactId>mockito-core</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 83 | <scope>test</scope> |
| 84 | </dependency> |
| 85 | </dependencies> |
| 86 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 87 | |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 88 | </project> |