Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [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"> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | dd3f740 | 2017-10-12 16:01:06 -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) | 17a5843 | 2019-05-30 15:22:34 -0400 | [diff] [blame^] | 8 | <version>1.2.4-SNAPSHOT</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> |
| 11 | |
| 12 | <groupId>org.onap.sdnc.northbound</groupId> |
| 13 | <artifactId>vnfapi-provider</artifactId> |
Timoney, Dan (dt5972) | 17a5843 | 2019-05-30 15:22:34 -0400 | [diff] [blame^] | 14 | <version>1.5.3-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
| 16 | |
| 17 | <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | fc71329 | 2018-12-20 14:53:11 -0500 | [diff] [blame] | 18 | <dependencyManagement> |
| 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 22 | <artifactId>sli-core-artifacts</artifactId> |
| 23 | <version>${ccsdk.sli.core.version}</version> |
| 24 | <type>pom</type> |
| 25 | <scope>import</scope> |
| 26 | </dependency> |
| 27 | </dependencies> |
| 28 | </dependencyManagement> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 29 | <dependencies> |
| 30 | <dependency> |
| 31 | <groupId>org.onap.sdnc.northbound</groupId> |
| 32 | <artifactId>vnfapi-model</artifactId> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 33 | <version>${project.version}</version> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.opendaylight.controller</groupId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 37 | <artifactId>sal-binding-api</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.opendaylight.controller</groupId> |
| 41 | <artifactId>sal-common-util</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 45 | <artifactId>sli-common</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 49 | <artifactId>sli-provider</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 50 | </dependency> |
Joey Sullivan | 69453d7 | 2017-11-22 21:22:02 +0000 | [diff] [blame] | 51 | |
| 52 | <dependency> |
| 53 | <groupId>org.opendaylight.controller</groupId> |
| 54 | <artifactId>sal-test-model</artifactId> |
Joey Sullivan | 69453d7 | 2017-11-22 21:22:02 +0000 | [diff] [blame] | 55 | <scope>test</scope> |
| 56 | </dependency> |
Joey Sullivan | 69453d7 | 2017-11-22 21:22:02 +0000 | [diff] [blame] | 57 | |
| 58 | <dependency> |
| 59 | <groupId>org.opendaylight.controller</groupId> |
| 60 | <artifactId>sal-binding-broker-impl</artifactId> |
Joey Sullivan | 69453d7 | 2017-11-22 21:22:02 +0000 | [diff] [blame] | 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.opendaylight.controller</groupId> |
| 65 | <artifactId>sal-binding-broker-impl</artifactId> |
Joey Sullivan | 69453d7 | 2017-11-22 21:22:02 +0000 | [diff] [blame] | 66 | <type>test-jar</type> |
| 67 | <classifier>tests</classifier> |
| 68 | <scope>test</scope> |
| 69 | </dependency> |
| 70 | |
| 71 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>junit</groupId> |
| 74 | <artifactId>junit</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 75 | <scope>test</scope> |
| 76 | </dependency> |
Hao Kuang | f9b1d0f | 2017-10-13 11:16:57 -0400 | [diff] [blame] | 77 | <dependency> |
| 78 | <groupId>org.mockito</groupId> |
| 79 | <artifactId>mockito-core</artifactId> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.powermock</groupId> |
| 84 | <artifactId>powermock-api-mockito</artifactId> |
| 85 | <scope>test</scope> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.powermock</groupId> |
| 89 | <artifactId>powermock-module-junit4</artifactId> |
| 90 | <scope>test</scope> |
| 91 | </dependency> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 92 | </dependencies> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 93 | </project> |