Bumping versions by 0.0.1 for next dev cycle
[controller.git] / opendaylight / adsal / clustering / services_implementation / pom.xml
index 36cd35d891b9fc4d1064af45690acb495b450613..c666c6cbb2655e2df8921092565119f29748375e 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.1-SNAPSHOT</version>
     <relativePath>../../../commons/opendaylight</relativePath>
   </parent>
 
   <artifactId>clustering.services-implementation</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <properties>
     <!-- Sonar properties using jacoco to retrieve integration test results -->
@@ -74,6 +74,7 @@
               !org.hornetq.*,
               !org.jboss.*,
               javax.transaction,
+              sun.reflect;resolution:=optional,
               org.opendaylight.controller.clustering.services,
               org.opendaylight.controller.sal.core,*</Import-Package>
             <Bundle-Activator>org.opendaylight.controller.clustering.services_implementation.internal.Activator</Bundle-Activator>