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