Upgrade to Neon base platform
[ovsdb.git] / utils / ovsdb-it-utils / pom.xml
index aa342a4e672b032ae38c649a318788049d94a48b..449fc45e96be6f1cee08efcfdd6538161e13ed39 100644 (file)
@@ -6,9 +6,7 @@ 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">
+<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">
 
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
@@ -42,10 +40,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <artifactId>utils.southbound-utils</artifactId>
           <version>${project.version}</version>
       </dependency>
-      <dependency>
-          <groupId>org.opendaylight.mdsal.model</groupId>
-          <artifactId>ietf-inet-types-2013-07-15</artifactId>
-      </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991</artifactId>
+    </dependency>
       <dependency>
           <groupId>org.opendaylight.mdsal.model</groupId>
           <artifactId>ietf-topology</artifactId>