Bump versions to 1.13.2-SNAPSHOT
[netconf.git] / netconf / netconf-topology-singleton / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.netconf</groupId>
16         <artifactId>netconf-parent</artifactId>
17         <version>1.13.2-SNAPSHOT</version>
18         <relativePath>../../parent</relativePath>
19     </parent>
20
21     <groupId>org.opendaylight.netconf</groupId>
22     <artifactId>netconf-topology-singleton</artifactId>
23     <version>1.13.2-SNAPSHOT</version>
24     <name>${project.artifactId}</name>
25     <packaging>bundle</packaging>
26
27     <dependencies>
28         <dependency>
29             <groupId>org.opendaylight.controller</groupId>
30             <artifactId>repackaged-akka</artifactId>
31         </dependency>
32
33         <dependency>
34             <groupId>org.opendaylight.yangtools</groupId>
35             <artifactId>yang-data-codec-xml</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.netconf</groupId>
39             <artifactId>sal-netconf-connector</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.netconf</groupId>
43             <artifactId>netconf-topology</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.controller</groupId>
47             <artifactId>sal-clustering-commons</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.controller</groupId>
51             <artifactId>threadpool-config-api</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.mdsal</groupId>
55             <artifactId>mdsal-singleton-common-api</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.mdsal.model</groupId>
59             <artifactId>ietf-topology</artifactId>
60         </dependency>
61
62         <dependency>
63             <groupId>org.opendaylight.mdsal</groupId>
64             <artifactId>mdsal-eos-dom-simple</artifactId>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.mdsal</groupId>
69             <artifactId>mdsal-singleton-dom-impl</artifactId>
70             <scope>test</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.mdsal</groupId>
74             <artifactId>mdsal-binding-test-utils</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78             <artifactId>sal-test-model</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.awaitility</groupId>
82             <artifactId>awaitility</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>commons-io</groupId>
86             <artifactId>commons-io</artifactId>
87             <scope>test</scope>
88         </dependency>
89         <dependency>
90             <groupId>com.typesafe.akka</groupId>
91             <artifactId>akka-testkit_2.13</artifactId>
92         </dependency>
93     </dependencies>
94 </project>