Bump versions by 0.1.0 for next dev cycle
[netconf.git] / netconf / mdsal-netconf-monitoring / 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.6.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.netconf</groupId>
12   <artifactId>mdsal-netconf-monitoring</artifactId>
13   <version>1.2.0-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-api</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>${project.groupId}</groupId>
37       <artifactId>netconf-mapping-api</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>${project.groupId}</groupId>
41       <artifactId>netconf-monitoring</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>netconf-util</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>sal-binding-config</artifactId>
50     </dependency>
51
52     <dependency>
53       <groupId>com.google.guava</groupId>
54       <artifactId>guava</artifactId>
55     </dependency>
56
57     <dependency>
58       <groupId>org.opendaylight.yangtools</groupId>
59       <artifactId>mockito-configuration</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.mdsal.model</groupId>
63       <artifactId>ietf-inet-types-2013-07-15</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>org.slf4j</groupId>
67       <artifactId>slf4j-api</artifactId>
68     </dependency>
69   </dependencies>
70
71 </project>