Bumping versions by 0.0.1 for next dev cycle
[netconf.git] / netconf / mdsal-netconf-notification / 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     <parent>
5         <groupId>org.opendaylight.controller</groupId>
6         <artifactId>config-parent</artifactId>
7         <version>0.5.1-SNAPSHOT</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.netconf</groupId>
12     <artifactId>mdsal-netconf-notification</artifactId>
13     <version>1.1.1-SNAPSHOT</version>
14     <name>${project.artifactId}</name>
15     <packaging>bundle</packaging>
16
17     <dependencyManagement>
18         <dependencies>
19             <dependency>
20                 <groupId>org.opendaylight.netconf</groupId>
21                 <artifactId>netconf-subsystem</artifactId>
22                 <version>${project.version}</version>
23                 <type>pom</type>
24                 <scope>import</scope>
25             </dependency>
26         </dependencies>
27     </dependencyManagement>
28
29     <dependencies>
30         <!-- compile dependencies -->
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>netconf-mapping-api</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>netconf-notifications-impl</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>netconf-notifications-api</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.controller</groupId>
45             <artifactId>sal-binding-api</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.controller</groupId>
49             <artifactId>sal-binding-config</artifactId>
50         </dependency>
51
52         <dependency>
53             <groupId>org.slf4j</groupId>
54             <artifactId>slf4j-api</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>com.google.guava</groupId>
58             <artifactId>guava</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.yangtools</groupId>
62             <artifactId>mockito-configuration</artifactId>
63         </dependency>
64     </dependencies>
65 </project>