Bug 9060: Remove un-used Instant getObjectCreated() from CloseTracked
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index 55bb6b96e544d042095d6233e4cab7b34d468e8d..969e8c61eae7914c3a6160b8423b05307604d7f5 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-trace-dom-impl</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        <dependency>
           <groupId>org.opendaylight.mdsal</groupId>
           <artifactId>mdsal-artifacts</artifactId>
-          <version>2.3.0-SNAPSHOT</version>
+          <version>2.4.0-SNAPSHOT</version>
           <type>pom</type>
           <scope>import</scope>
       </dependency>
@@ -69,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>