Bump to odlparent 4.0.9
[controller.git] / features / mdsal / 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.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>4.0.9</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.controller</groupId>
19     <artifactId>odl-controller-model-topology</artifactId>
20     <version>1.9.0-SNAPSHOT</version>
21     <packaging>feature</packaging>
22
23     <name>OpenDaylight :: MD-SAL :: Topology Model</name>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>org.opendaylight.mdsal</groupId>
29                 <artifactId>mdsal-artifacts</artifactId>
30                 <version>3.0.4</version>
31                 <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.controller</groupId>
36                 <artifactId>mdsal-artifacts</artifactId>
37                 <version>${project.version}</version>
38                 <type>pom</type>
39                 <scope>import</scope>
40             </dependency>
41         </dependencies>
42     </dependencyManagement>
43
44     <dependencies>
45         <dependency>
46             <groupId>org.opendaylight.mdsal.model</groupId>
47             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.controller</groupId>
53             <artifactId>odl-mdsal-model-inventory</artifactId>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.controller.model</groupId>
59             <artifactId>model-topology</artifactId>
60         </dependency>
61     </dependencies>
62 </project>