Bump versions 9.0.4-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-mgmt-api / pom.xml
index 10c045887d877c8c1e6ce3f6b546238f36b348a4..f21bc6a07fb532a9b6f98cc6cbf8f4de8ead3627 100644 (file)
@@ -4,13 +4,20 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>9.0.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>cds-mgmt-api</artifactId>
     <packaging>bundle</packaging>
 
         <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>
     <build>
         <plugins>
             <plugin>