Move BP xml files to standard OSGI-INF/blueprint
[controller.git] / opendaylight / config / netty-threadgroup-config / pom.xml
index fd1f5167b6265a691d78d9bc63c31f1bf6659d2d..c16dfd11cb016a0355cefeb95fbe7ebf6b2f2765 100644 (file)
       <artifactId>netty-config-api</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>*,io.netty.channel</Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>