8fc46a9d60058511cbf089a7e93bbcbedc594153
[netconf.git] / apps / netconf-topology / 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>5.0.1-SNAPSHOT</version>
10         <relativePath>../../parent</relativePath>
11     </parent>
12
13     <artifactId>netconf-topology</artifactId>
14     <description>NETCONF topology APIs</description>
15     <packaging>bundle</packaging>
16
17     <dependencies>
18         <dependency>
19             <groupId>org.opendaylight.aaa</groupId>
20             <artifactId>aaa-encrypt-service</artifactId>
21         </dependency>
22         <dependency>
23             <groupId>org.opendaylight.controller</groupId>
24             <artifactId>threadpool-config-api</artifactId>
25         </dependency>
26         <dependency>
27             <groupId>org.opendaylight.mdsal.model</groupId>
28             <artifactId>ietf-topology</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>org.opendaylight.mdsal.model</groupId>
32             <artifactId>yang-ext</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.netconf</groupId>
36             <artifactId>sal-netconf-connector</artifactId>
37         </dependency>
38
39         <dependency>
40             <groupId>org.awaitility</groupId>
41             <artifactId>awaitility</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.mdsal</groupId>
45             <artifactId>mdsal-binding-test-utils</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.netconf</groupId>
49             <artifactId>netconf-test-models</artifactId>
50         </dependency>
51     </dependencies>
52 </project>