Bump odlparent 2.0.2 to 2.0.4
[controller.git] / opendaylight / md-sal / sal-dom-spi / pom.xml
index 5c19c4add0e02ce40e6bc79ef256ec8189081233..4f79d2b2153f49026f21f85973aeba36c7dad990 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.4</version>
     <relativePath/>
   </parent>
 
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>mdsal-artifacts</artifactId>
+        <version>2.3.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-spi</artifactId>
+    </dependency>
   </dependencies>
 
   <scm>