Reworked pom files
[controller.git] / opendaylight / northbound / bundlescanner / api / pom.xml
index 69672be1265a010c3ff157add81ace5b0b517e82..44b48cb2eb801863743bc56679b79c19afae01c0 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
@@ -20,7 +21,7 @@
 
   <build>
     <plugins>
-       <plugin>
+      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>${bundle.plugin.version}</version>
@@ -36,7 +37,7 @@
               javax.xml.bind,
             </Import-Package>
             <Export-Package>
-                org.opendaylight.controller.northbound.bundlescanner
+              org.opendaylight.controller.northbound.bundlescanner
             </Export-Package>
           </instructions>
         </configuration>
     </plugins>
   </build>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+  </dependencies>
 </project>