Remove JournalWriter.getLastEntry()
[controller.git] / opendaylight / md-sal / cds-mgmt-api / pom.xml
index e0c5e73ad30090b43b1f24fb226f3641baa6ea8d..2ea3c28f04caf53045466b000001c2c0b7f2f2bd 100644 (file)
@@ -4,13 +4,20 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.4-SNAPSHOT</version>
+        <version>9.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>cds-mgmt-api</artifactId>
     <packaging>bundle</packaging>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>