Bump versions to 4.0.0-SNAPSHOT
[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>4.0.0-SNAPSHOT</version>
10         <relativePath>../../parent</relativePath>
11     </parent>
12
13     <artifactId>callhome-provider</artifactId>
14     <packaging>bundle</packaging>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.opendaylight.mdsal</groupId>
19             <artifactId>mdsal-binding-api</artifactId>
20         </dependency>
21         <dependency>
22             <groupId>org.opendaylight.mdsal</groupId>
23             <artifactId>mdsal-binding-dom-adapter</artifactId>
24             <type>test-jar</type>
25             <scope>test</scope>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.netconf</groupId>
29             <artifactId>netconf-topology</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.netconf</groupId>
33             <artifactId>callhome-protocol</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.netconf</groupId>
37             <artifactId>callhome-model</artifactId>
38         </dependency>
39     </dependencies>
40 </project>