1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
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
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>
15 <groupId>org.opendaylight.netconf</groupId>
16 <artifactId>netconf-parent</artifactId>
17 <version>4.0.3-SNAPSHOT</version>
18 <relativePath>../../parent</relativePath>
21 <artifactId>netconf-topology-singleton</artifactId>
22 <name>${project.artifactId}</name>
23 <packaging>bundle</packaging>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>repackaged-akka</artifactId>
32 <groupId>org.opendaylight.netconf</groupId>
33 <artifactId>sal-netconf-connector</artifactId>
36 <groupId>org.opendaylight.netconf</groupId>
37 <artifactId>netconf-topology</artifactId>
40 <groupId>org.opendaylight.controller</groupId>
41 <artifactId>sal-clustering-commons</artifactId>
44 <groupId>org.opendaylight.controller</groupId>
45 <artifactId>threadpool-config-api</artifactId>
48 <groupId>org.opendaylight.mdsal</groupId>
49 <artifactId>mdsal-singleton-common-api</artifactId>
52 <groupId>org.opendaylight.mdsal.model</groupId>
53 <artifactId>ietf-topology</artifactId>
57 <groupId>org.opendaylight.mdsal</groupId>
58 <artifactId>mdsal-eos-dom-simple</artifactId>
62 <groupId>org.opendaylight.mdsal</groupId>
63 <artifactId>mdsal-singleton-dom-impl</artifactId>
67 <groupId>org.opendaylight.mdsal</groupId>
68 <artifactId>mdsal-binding-test-utils</artifactId>
71 <groupId>org.opendaylight.controller</groupId>
72 <artifactId>sal-test-model</artifactId>
75 <groupId>org.awaitility</groupId>
76 <artifactId>awaitility</artifactId>
79 <groupId>commons-io</groupId>
80 <artifactId>commons-io</artifactId>
84 <groupId>com.typesafe.akka</groupId>
85 <artifactId>akka-testkit_2.13</artifactId>