Changes for netvirt neutron renderer yang model.
[netvirt.git] / netvirt / renderers / neutron / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2016 Red Hat, Inc. 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
10   <parent>
11     <groupId>org.opendaylight.controller</groupId>
12     <artifactId>config-parent</artifactId>
13     <version>0.5.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>neutron</artifactId>
20   <version>1.3.0-SNAPSHOT</version>
21   <packaging>bundle</packaging>
22
23   <properties>
24     <neutron.model.version>0.7.0-SNAPSHOT</neutron.model.version>
25   </properties>
26
27   <dependencies>
28     <dependency>
29       <groupId>org.opendaylight.neutron</groupId>
30       <artifactId>model</artifactId>
31       <version>${neutron.model.version}</version>
32     </dependency>
33       <dependency>
34         <groupId>${project.groupId}</groupId>
35         <artifactId>utils.mdsal-utils</artifactId>
36         <version>${project.version}</version>
37       </dependency>
38     <!-- Testing Dependencies -->
39     <dependency>
40       <groupId>junit</groupId>
41       <artifactId>junit</artifactId>
42       <scope>test</scope>
43     </dependency>
44
45     <dependency>
46       <groupId>org.mockito</groupId>
47       <artifactId>mockito-all</artifactId>
48       <scope>test</scope>
49     </dependency>
50   </dependencies>
51
52 </project>