Functional tests for the topology init
[transportpce.git] / features / odl-transportpce-ui / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Orange and others. All rights reserved.
4
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 INTERNAL
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>single-feature-parent</artifactId>
16     <version>3.1.0</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.transportpce</groupId>
21   <artifactId>odl-transportpce-ui</artifactId>
22   <version>0.2.0-SNAPSHOT</version>
23   <packaging>feature</packaging>
24
25   <properties>
26     <mdsal.version>1.7.3-SNAPSHOT</mdsal.version>
27   </properties>
28
29   <name>OpenDaylight :: transportpce :: UI</name>
30   <dependencies>
31     <dependency>
32       <groupId>org.opendaylight.transportpce</groupId>
33       <artifactId>odl-transportpce-rest</artifactId>
34       <version>${project.version}</version>
35       <classifier>features</classifier>
36       <type>xml</type>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.netconf</groupId>
40       <artifactId>odl-mdsal-apidocs</artifactId>
41       <version>${mdsal.version}</version>
42       <classifier>features</classifier>
43       <type>xml</type>
44     </dependency>
45   </dependencies>
46 </project>