Release Carbon
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index 8cfc30f3ac691022ee961d1ea032d221bf2031f5..7df9bc40f62b2df246a6891d8382de956ea13fc5 100644 (file)
@@ -11,26 +11,33 @@ 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.6.1-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.10.2-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-trace-dom-impl</artifactId>
-  <version>1.5.1-SNAPSHOT</version>
+  <version>1.5.2-Carbon</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
     <dependencies>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
             <artifactId>mdsal-artifacts</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
             <scope>import</scope>
-         </dependency>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-artifacts</artifactId>
+            <version>2.2.2-Carbon</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>
@@ -58,12 +69,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
     <build>
     <plugins>