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">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
8 <version>1.3.3-SNAPSHOT</version>
12 <groupId>org.onap.sdnc.northbound</groupId>
13 <artifactId>vnfapi-provider</artifactId>
14 <version>1.6.2-SNAPSHOT</version>
15 <packaging>bundle</packaging>
17 <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name>
18 <dependencyManagement>
21 <groupId>org.onap.ccsdk.sli.core</groupId>
22 <artifactId>sli-core-artifacts</artifactId>
23 <version>${ccsdk.sli.core.version}</version>
28 </dependencyManagement>
31 <groupId>org.onap.sdnc.northbound</groupId>
32 <artifactId>vnfapi-model</artifactId>
33 <version>${project.version}</version>
36 <groupId>org.opendaylight.controller</groupId>
37 <artifactId>sal-binding-api</artifactId>
40 <groupId>org.opendaylight.controller</groupId>
41 <artifactId>sal-common-util</artifactId>
44 <groupId>org.onap.ccsdk.sli.core</groupId>
45 <artifactId>sli-common</artifactId>
48 <groupId>org.onap.ccsdk.sli.core</groupId>
49 <artifactId>sli-provider</artifactId>
53 <groupId>org.opendaylight.controller</groupId>
54 <artifactId>sal-test-model</artifactId>
59 <groupId>org.opendaylight.controller</groupId>
60 <artifactId>sal-binding-broker-impl</artifactId>
64 <groupId>org.opendaylight.controller</groupId>
65 <artifactId>sal-binding-broker-impl</artifactId>
67 <classifier>tests</classifier>
73 <groupId>junit</groupId>
74 <artifactId>junit</artifactId>
78 <groupId>org.mockito</groupId>
79 <artifactId>mockito-core</artifactId>
83 <groupId>org.powermock</groupId>
84 <artifactId>powermock-api-mockito</artifactId>
88 <groupId>org.powermock</groupId>
89 <artifactId>powermock-module-junit4</artifactId>