Switch from config-parent to bundle-parent in mdsal-trace
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index d0f7dd5762fc2d4e9aa3526a7ad9df0810dbdc34..c08bc89226307b798ab39bc8a757ae264480825d 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -26,11 +26,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependencies>
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
-            <artifactId>mdsal-artifacts</artifactId>
-            <version>${project.version}</version>
-            <type>pom</type>
-            <scope>import</scope>
-         </dependency>
+         <artifactId>mdsal-artifacts</artifactId>
+         <version>${project.version}</version>
+         <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>
 
@@ -51,6 +58,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>${project.groupId}</groupId>
       <artifactId>sal-broker-impl</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-binding-dom-codec</artifactId>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>