Update to release version parent 1.0.3
[ccsdk/sli/northbound.git] / asdcApi / 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"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <parent>
7         <groupId>org.onap.ccsdk.parent</groupId>
8         <artifactId>binding-parent</artifactId>
9         <version>1.0.3</version>
10         <relativePath />
11     </parent>
12
13     <groupId>org.onap.ccsdk.sli.northbound</groupId>
14     <artifactId>asdcApi-provider</artifactId>
15     <version>0.2.3-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
19
20
21     <dependencies>
22         <dependency>
23             <groupId>org.onap.ccsdk.sli.northbound</groupId>
24             <artifactId>asdcApi-model</artifactId>
25             <version>${project.version}</version>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.controller</groupId>
29             <artifactId>sal-binding-config</artifactId>
30         </dependency>
31
32         <dependency>
33             <groupId>org.opendaylight.controller</groupId>
34             <artifactId>sal-binding-api</artifactId>
35         </dependency>
36
37         <dependency>
38             <groupId>org.opendaylight.controller</groupId>
39             <artifactId>sal-common-util</artifactId>
40         </dependency>
41
42         <dependency>
43             <groupId>org.onap.ccsdk.sli.core</groupId>
44             <artifactId>sli-common</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.onap.ccsdk.sli.core</groupId>
48             <artifactId>sli-provider</artifactId>
49         </dependency>
50
51         <dependency>
52             <groupId>org.opendaylight.controller</groupId>
53             <artifactId>sal-test-model</artifactId>
54             <scope>test</scope>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.netconf</groupId>
58             <artifactId>sal-rest-connector</artifactId>
59             <scope>test</scope>
60         </dependency>
61
62         <dependency>
63             <groupId>org.opendaylight.controller</groupId>
64             <artifactId>sal-binding-broker-impl</artifactId>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.controller</groupId>
69             <artifactId>sal-binding-broker-impl</artifactId>
70             <type>test-jar</type>
71             <classifier>tests</classifier>
72             <scope>test</scope>
73         </dependency>
74         <dependency>
75             <groupId>junit</groupId>
76             <artifactId>junit</artifactId>
77             <scope>test</scope>
78         </dependency>
79         <dependency>
80             <groupId>org.testng</groupId>
81             <artifactId>testng</artifactId>
82             <scope>test</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.mockito</groupId>
86             <artifactId>mockito-core</artifactId>
87             <scope>test</scope>
88         </dependency>
89     </dependencies>
90
91
92 </project>