Fixup static method warnings
[controller.git] / opendaylight / md-sal / sal-akka-raft-example / pom.xml
index 959b1fa5853caa3604f8d2a280e057414edb5727..0fcd37ed676a23404ae0154e14fc4a6dcb6e6a84 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>2.0.1</version>
+    <version>2.0.2</version>
     <relativePath/>
   </parent>
 
@@ -51,9 +51,6 @@
         <configuration>
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Export-package>org.opendaylight.controller.cluster.example</Export-package>
-            <Import-Package>*</Import-Package>
-            <DynamicImport-Package>*</DynamicImport-Package>
           </instructions>
         </configuration>
       </plugin>