Release controller
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 60b686b7ce27f1a883d2dd24bf3129e4ecbeb178..86732561f9deb26c5aac1777a497af3241dfe7fe 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
         <configuration>
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+
+            <!-- Karaf cannot handle Factory Component requirements, see https://issues.apache.org/jira/browse/KARAF-6625 -->
+            <_dsannotations-options>norequirements</_dsannotations-options>
+
             <Export-Package>
                 org.opendaylight.controller.cluster.datastore;
                 org.opendaylight.controller.cluster.datastore.config;