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 | b5a1f49 | 2022-11-07 13:38:17 -0500 | [diff] [blame^] | 8 | <version>2.5.0</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 | 5383edf | 2022-10-20 15:29:33 -0400 | [diff] [blame] | 14 | <version>1.6.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 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 18 | |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 19 | <dependencyManagement> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>sli-core-artifacts</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 27 | </dependency> |
| 28 | </dependencies> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 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> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 38 | <groupId>org.opendaylight.mdsal</groupId> |
| 39 | <artifactId>mdsal-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> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 57 | <groupId>org.opendaylight.mdsal</groupId> |
| 58 | <artifactId>mdsal-binding-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 | <dependency> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 63 | <groupId>org.opendaylight.mdsal</groupId> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 64 | <artifactId>mdsal-binding-dom-adapter</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 65 | <scope>test</scope> |
| 66 | </dependency> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 67 | |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 68 | <dependency> |
| 69 | <groupId>junit</groupId> |
| 70 | <artifactId>junit</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.testng</groupId> |
| 75 | <artifactId>testng</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.mockito</groupId> |
| 80 | <artifactId>mockito-core</artifactId> |
shashikanth | cd7f49c | 2017-09-27 15:43:48 +0530 | [diff] [blame] | 81 | <scope>test</scope> |
| 82 | </dependency> |
| 83 | </dependencies> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 84 | </project> |