Framework for netvirt model (Part 1).
[ovsdb.git] / netvirt / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2015 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 INTERNAL
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.4.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>netvirt-impl</artifactId>
20   <version>1.2.1-SNAPSHOT</version>
21   <packaging>bundle</packaging>
22   <dependencies>
23     <dependency>
24       <groupId>${project.groupId}</groupId>
25       <artifactId>netvirt-api</artifactId>
26       <version>${project.version}</version>
27     </dependency>
28
29     <!-- Testing Dependencies -->
30     <dependency>
31       <groupId>junit</groupId>
32       <artifactId>junit</artifactId>
33       <scope>test</scope>
34     </dependency>
35
36     <dependency>
37       <groupId>org.mockito</groupId>
38       <artifactId>mockito-all</artifactId>
39       <scope>test</scope>
40     </dependency>
41   </dependencies>
42
43 </project>