Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / route / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 ZTE and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" 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.mwtn</groupId>
16         <artifactId>config-parent</artifactId>
17         <version>0.5.1-SNAPSHOT</version>
18         <relativePath>../../commons/config-parent</relativePath>
19     </parent>
20
21     <groupId>com.highstreet.technologies.odl.app</groupId>
22     <artifactId>route-impl</artifactId>
23     <version>0.5.1-SNAPSHOT</version>
24     <packaging>bundle</packaging>
25
26     <dependencies>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>route-api</artifactId>
30             <version>${project.version}</version>
31         </dependency>
32
33         <!-- Testing Dependencies -->
34         <dependency>
35             <groupId>junit</groupId>
36             <artifactId>junit</artifactId>
37             <scope>test</scope>
38         </dependency>
39
40         <dependency>
41             <groupId>org.mockito</groupId>
42             <artifactId>mockito-core</artifactId>
43             <scope>test</scope>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.mdsal.model</groupId>
47             <artifactId>ietf-topology</artifactId>
48             <version>${ietf.topology.version}</version>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.netconf</groupId>
52             <artifactId>sal-netconf-connector</artifactId>
53             <version>${restconf.version}</version>
54         </dependency>
55         <dependency>
56             <groupId>com.fasterxml.jackson.core</groupId>
57             <artifactId>jackson-core</artifactId>
58         </dependency>
59         <dependency>
60             <groupId>com.fasterxml.jackson.core</groupId>
61             <artifactId>jackson-databind</artifactId>
62         </dependency>
63         <dependency>
64             <groupId>com.fasterxml.jackson.core</groupId>
65             <artifactId>jackson-annotations</artifactId>
66         </dependency>
67     </dependencies>
68 </project>