Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / impl / pom.xml
index 575d4456181c728ec635f3d250aade830751c62e..059ad75aeeb8dc313096c3b4a87e8365930853b4 100644 (file)
@@ -6,19 +6,19 @@ 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 INTERNAL
 -->
-<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.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.2 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <properties>
         <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
-        <mdsal.version>2.6.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>3.0.2</mdsal.version>
         <netconf.version>1.6.0-SNAPSHOT</netconf.version>
         <powermock.version>2.0.0-beta.5</powermock.version>
     </properties>
@@ -31,6 +31,29 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <!-- <name> formatting is used by autorelse to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: unimgr :: ${project.artifactId}</name>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.9.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.powermock</groupId>
+                <artifactId>powermock-api-mockito2</artifactId>
+                <version>${powermock.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-core</artifactId>
+                <version>2.10.0</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <plugins>
             <plugin>
@@ -78,9 +101,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>netconf-topology</artifactId>
-            <version>${netconf.version}</version>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-topology</artifactId>
         </dependency>
 
         <!-- dependencies to use AbstractConcurrentDataBrokerTest -->
@@ -94,7 +116,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
-            <scope>test</scope>
         </dependency>
 
         <!-- dependecies of decomposer -->
@@ -140,11 +161,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <version>${powermock.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types-20130715</artifactId>
-            <version>2013.07.15.14.0-SNAPSHOT</version>
-        </dependency>
+    <dependency>
+        <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+        <artifactId>rfc6991</artifactId>
+    </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
@@ -154,18 +174,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <artifactId>logback-classic</artifactId>
         </dependency>
     </dependencies>
-    <dependencyManagement>
-       <dependencies>
-               <dependency>
-                       <groupId>org.powermock</groupId>
-                       <artifactId>powermock-api-mockito2</artifactId>
-                       <version>${powermock.version}</version>
-               </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>2.10.0</version>
-            </dependency>
-       </dependencies>
-    </dependencyManagement>
 </project>