Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 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"> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 4 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 5cf9db8 | 2018-06-06 14:31:42 -0400 | [diff] [blame] | 8 | <version>1.1.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 9 | <relativePath /> |
| 10 | </parent> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 11 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 12 | <groupId>org.onap.sdnc.northbound</groupId> |
| 13 | <artifactId>generic-resource-api-provider</artifactId> |
Timoney, Dan (dt5972) | 5cf9db8 | 2018-06-06 14:31:42 -0400 | [diff] [blame] | 14 | <version>1.4.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 16 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 17 | <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 18 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>org.onap.sdnc.northbound</groupId> |
| 22 | <artifactId>generic-resource-api-model</artifactId> |
| 23 | <version>${project.version}</version> |
| 24 | </dependency> |
| 25 | <dependency> |
| 26 | <groupId>org.apache.commons</groupId> |
| 27 | <artifactId>commons-lang3</artifactId> |
| 28 | </dependency> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 29 | <dependency> |
| 30 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 31 | <artifactId>sli-common</artifactId> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 32 | </dependency> |
ramu.n | 9fc3345 | 2017-09-25 18:16:12 +0530 | [diff] [blame] | 33 | <dependency> |
| 34 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 35 | <artifactId>sli-provider</artifactId> |
ramu.n | 9fc3345 | 2017-09-25 18:16:12 +0530 | [diff] [blame] | 36 | </dependency> |
| 37 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 38 | <dependency> |
| 39 | <groupId>org.opendaylight.controller</groupId> |
| 40 | <artifactId>sal-binding-config</artifactId> |
| 41 | </dependency> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 42 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 43 | <dependency> |
| 44 | <groupId>org.opendaylight.controller</groupId> |
| 45 | <artifactId>sal-binding-api</artifactId> |
| 46 | </dependency> |
Dan Timoney | 0357537 | 2017-10-13 12:07:01 -0400 | [diff] [blame] | 47 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>org.opendaylight.controller</groupId> |
| 50 | <artifactId>sal-common-util</artifactId> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.opendaylight.controller</groupId> |
| 54 | <artifactId>sal-test-model</artifactId> |
| 55 | <scope>test</scope> |
| 56 | </dependency> |
Timoney, Dan (dt5972) | c9b19bb | 2018-07-17 11:23:42 -0400 | [diff] [blame^] | 57 | |
Dan Timoney | 0357537 | 2017-10-13 12:07:01 -0400 | [diff] [blame] | 58 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>org.opendaylight.controller</groupId> |
| 61 | <artifactId>sal-binding-broker-impl</artifactId> |
| 62 | <scope>test</scope> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>org.opendaylight.controller</groupId> |
| 66 | <artifactId>sal-binding-broker-impl</artifactId> |
| 67 | <type>test-jar</type> |
| 68 | <classifier>tests</classifier> |
| 69 | <scope>test</scope> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.mockito</groupId> |
| 78 | <artifactId>mockito-core</artifactId> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | </dependencies> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 82 | </project> |