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