3286abb86863b1376ba96098efd7bd72f7fab1cf
[controller.git] / features / odl-controller-model-topology / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2018 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4  This program and the accompanying materials are made available under the
5  terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  and is available at http://www.eclipse.org/legal/epl-v10.html
7  -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9     <modelVersion>4.0.0</modelVersion>
10
11     <parent>
12         <groupId>org.opendaylight.controller</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>2.0.0-SNAPSHOT</version>
15         <relativePath>../single-feature-parent</relativePath>
16     </parent>
17
18     <groupId>org.opendaylight.controller</groupId>
19     <artifactId>odl-controller-model-topology</artifactId>
20     <version>2.0.0-SNAPSHOT</version>
21     <packaging>feature</packaging>
22
23     <name>OpenDaylight :: MD-SAL :: Topology Model</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>org.opendaylight.mdsal.model</groupId>
28             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
29             <type>xml</type>
30             <classifier>features</classifier>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.controller</groupId>
34             <artifactId>odl-mdsal-model-inventory</artifactId>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller.model</groupId>
40             <artifactId>model-topology</artifactId>
41         </dependency>
42     </dependencies>
43 </project>