Roll to initial Dublin snapshot
[sdnc/northbound.git] / vnfapi / provider / pom.xml
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>
4
5     <parent>
6         <groupId>org.onap.ccsdk.parent</groupId>
7         <artifactId>binding-parent</artifactId>
8         <version>1.2.0-SNAPSHOT</version>
9         <relativePath />
10     </parent>
11
12     <groupId>org.onap.sdnc.northbound</groupId>
13     <artifactId>vnfapi-provider</artifactId>
14     <version>1.5.0-SNAPSHOT</version>
15     <packaging>bundle</packaging>
16
17     <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name>
18
19     <dependencies>
20         <dependency>
21             <groupId>org.onap.sdnc.northbound</groupId>
22             <artifactId>vnfapi-model</artifactId>
23             <version>${project.version}</version>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.controller</groupId>
27             <artifactId>sal-binding-config</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller</groupId>
31             <artifactId>sal-binding-api</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.controller</groupId>
35             <artifactId>sal-common-util</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.onap.ccsdk.sli.core</groupId>
39             <artifactId>sli-common</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.onap.ccsdk.sli.core</groupId>
43             <artifactId>sli-provider</artifactId>
44         </dependency>
45
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>sal-test-model</artifactId>
49             <scope>test</scope>
50         </dependency>
51
52         <dependency>
53             <groupId>org.opendaylight.controller</groupId>
54             <artifactId>sal-binding-broker-impl</artifactId>
55             <scope>test</scope>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.controller</groupId>
59             <artifactId>sal-binding-broker-impl</artifactId>
60             <type>test-jar</type>
61             <classifier>tests</classifier>
62             <scope>test</scope>
63         </dependency>
64
65
66         <dependency>
67             <groupId>junit</groupId>
68             <artifactId>junit</artifactId>
69             <scope>test</scope>
70         </dependency>
71         <dependency>
72             <groupId>org.mockito</groupId>
73             <artifactId>mockito-core</artifactId>
74             <scope>test</scope>
75         </dependency>
76         <dependency>
77             <groupId>org.powermock</groupId>
78             <artifactId>powermock-api-mockito</artifactId>
79             <scope>test</scope>
80         </dependency>
81         <dependency>
82             <groupId>org.powermock</groupId>
83             <artifactId>powermock-module-junit4</artifactId>
84             <scope>test</scope>
85         </dependency>
86     </dependencies>
87 </project>