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"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 5 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 751d50b | 2018-06-06 14:03:24 -0400 | [diff] [blame] | 9 | <version>1.1.0-SNAPSHOT</version> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 10 | <relativePath /> |
| 11 | </parent> |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 12 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 13 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 14 | <artifactId>dataChange-provider</artifactId> |
Timoney, Dan (dt5972) | 751d50b | 2018-06-06 14:03:24 -0400 | [diff] [blame] | 15 | <version>0.3.0-SNAPSHOT</version> |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [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 :: dataChange :: ${project.artifactId}</name> |
shashikanth | 20806dd | 2017-10-03 16:58:51 +0530 | [diff] [blame] | 19 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 23 | <artifactId>dataChange-model</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | </dependency> |
| 26 | <dependency> |
| 27 | <groupId>org.opendaylight.controller</groupId> |
| 28 | <artifactId>sal-binding-config</artifactId> |
| 29 | </dependency> |
shashikanth | 20806dd | 2017-10-03 16:58:51 +0530 | [diff] [blame] | 30 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 31 | <dependency> |
| 32 | <groupId>org.opendaylight.controller</groupId> |
| 33 | <artifactId>sal-binding-api</artifactId> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 37 | <artifactId>sli-common</artifactId> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 41 | <artifactId>sli-provider</artifactId> |
| 42 | </dependency> |
| 43 | |
| 44 | <dependency> |
| 45 | <groupId>org.opendaylight.controller</groupId> |
| 46 | <artifactId>sal-test-model</artifactId> |
| 47 | <scope>test</scope> |
| 48 | </dependency> |
Timoney, Dan (dt5972) | a63bbe2 | 2018-06-18 10:49:42 -0400 | [diff] [blame^] | 49 | |
Dan Timoney | 10b6a72 | 2018-02-22 17:22:31 -0600 | [diff] [blame] | 50 | |
| 51 | <dependency> |
| 52 | <groupId>org.opendaylight.controller</groupId> |
| 53 | <artifactId>sal-binding-broker-impl</artifactId> |
| 54 | <scope>test</scope> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.opendaylight.controller</groupId> |
| 58 | <artifactId>sal-binding-broker-impl</artifactId> |
| 59 | <type>test-jar</type> |
| 60 | <classifier>tests</classifier> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>junit</groupId> |
| 65 | <artifactId>junit</artifactId> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.testng</groupId> |
| 70 | <artifactId>testng</artifactId> |
| 71 | <version>6.11</version> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.mockito</groupId> |
| 76 | <artifactId>mockito-core</artifactId> |
| 77 | <scope>test</scope> |
| 78 | </dependency> |
| 79 | </dependencies> |
| 80 | |
| 81 | |
Dan Timoney | ea5bf0a | 2017-07-18 20:32:15 -0400 | [diff] [blame] | 82 | </project> |