Merge "Fixed publishDataChangeEvent in 2phase commit"
[controller.git] / opendaylight / distribution / sanitytest / pom.xml
index a0001f6db50735d1d69e131db9023817211f5c85..a8d083ea6b4d030026d61e8b109d0d702861a067 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.2-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
   <scm>
   </scm>
 
   <artifactId>sanitytest</artifactId>
-  <version>0.4.1-SNAPSHOT</version>
+  <version>0.4.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
-
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
   <build>
     <plugins>
       <plugin>
@@ -37,7 +43,8 @@
               org.eclipse.osgi.framework.console,
               org.osgi.framework,
               org.eclipse.osgi.baseadaptor,
-              org.eclipse.osgi.framework.adaptor
+              org.eclipse.osgi.framework.adaptor,
+              org.osgi.framework.wiring
             </Import-Package>
             <Bundle-Activator>
               org.opendaylight.controller.sanitytest.internal.Activator