Add IT for netvirt neutron
[netvirt.git] / utils / it-utils / pom.xml
index cde19cddac7d944ae11591ab0f18c01995628aa8..0f3648b4fe947c43720386db71c0fc64da52c457 100644 (file)
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2016 Red Hat, Inc. and others. All rights reserved.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License v1.0 which accompanies this distribution,
+and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <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">
           <version>${project.version}</version>
       </dependency>
       <dependency>
-          <groupId>org.opendaylight.ovsdb</groupId>
-          <artifactId>openstack.net-virt</artifactId>
-          <version>${project.version}</version>
+          <groupId>org.opendaylight.mdsal.model</groupId>
+          <artifactId>ietf-inet-types</artifactId>
       </dependency>
       <dependency>
-          <groupId>org.opendaylight.ovsdb</groupId>
-          <artifactId>utils.servicehelper</artifactId>
-          <version>${project.version}</version>
+          <groupId>org.opendaylight.mdsal.model</groupId>
+          <artifactId>ietf-topology</artifactId>
       </dependency>
       <dependency>
           <groupId>junit</groupId>
           <scope>compile</scope>
       </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              org.opendaylight.ovsdb.utils.it
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>