Speed up SouthboundIT through multi-threading test cases
[ovsdb.git] / northbound / pom.xml
index 2a44f37d51186f19280799d0db5ca6091e9af663..73ad141f1015d65678f2ddb760e4b4ce340ed28a 100644 (file)
@@ -124,11 +124,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>${bundle.plugin.version}</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package></Export-Package>
             <Import-Package>org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.northbound.commons,
               org.opendaylight.controller.northbound.commons.exception,
@@ -151,7 +149,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               org.slf4j,
               org.apache.catalina.filters,
               !org.codehaus.enunciate.jaxrs,*</Import-Package>
-            <Export-Package></Export-Package>
+            <Export-Package/>
             <Web-ContextPath>/ovsdb/nb</Web-ContextPath>
             <Jaxrs-Resources>,${classes;ANNOTATION;javax.ws.rs.Path}</Jaxrs-Resources>
           </instructions>