c66e255f34088adf56f4df831da72dfcac3ce719
[netconf.git] / netconf / callhome-provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.netconf</groupId>
8         <artifactId>netconf-parent</artifactId>
9         <version>1.6.1-SNAPSHOT</version>
10         <relativePath>../netconf-parent</relativePath>
11     </parent>
12
13     <groupId>org.opendaylight.netconf</groupId>
14     <artifactId>callhome-provider</artifactId>
15     <version>1.6.1-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.opendaylight.mdsal</groupId>
21             <artifactId>mdsal-binding-api</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.mdsal</groupId>
25             <artifactId>mdsal-binding-dom-adapter</artifactId>
26             <type>test-jar</type>
27             <scope>test</scope>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.netconf</groupId>
31             <artifactId>netconf-topology</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.netconf</groupId>
35             <artifactId>callhome-protocol</artifactId>
36             <version>${project.version}</version>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.netconf</groupId>
40             <artifactId>callhome-model</artifactId>
41             <version>${project.version}</version>
42         </dependency>
43     </dependencies>
44 </project>