Bump upstreams for Silicon
[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>1.10.0-SNAPSHOT</version>
10         <relativePath>../../parent</relativePath>
11     </parent>
12
13     <groupId>org.opendaylight.netconf</groupId>
14     <artifactId>netconf-topology</artifactId>
15     <version>1.10.0-SNAPSHOT</version>
16     <description>NETCONF topology APIs</description>
17     <packaging>bundle</packaging>
18
19     <properties>
20         <!-- FIXME: Remove this -->
21         <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
22     </properties>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.aaa</groupId>
27             <artifactId>aaa-encrypt-service</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller</groupId>
31             <artifactId>threadpool-config-api</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.netconf</groupId>
35             <artifactId>sal-netconf-connector</artifactId>
36         </dependency>
37     </dependencies>
38 </project>