e8e19a5ceae273a3e60700eb5b4c476d3f67d675
[netconf.git] / netconf / 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>3.0.2-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.netconf</groupId>
28             <artifactId>sal-netconf-connector</artifactId>
29         </dependency>
30     </dependencies>
31 </project>