Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-console / pom.xml
index 32c335ad149d77f934d7e68b5cbaa3d4628b58ed..60b69733d4a13bf3efb95cc14996b34e59c502ea 100644 (file)
@@ -99,22 +99,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-          <configuration>
-            <instructions>
-              <!-- This bundle works with Karaf 3 and 4.0 -->
-              <Import-Package>
-                  org.apache.karaf.shell.commands;version="[3.0.0,4.1)",
-                  org.apache.karaf.shell.console;version="[3.0.0,4.1)",
-                  org.apache.karaf.shell.table;version="[3.0.0,4.1)",
-                  *
-              </Import-Package>
-            </instructions>
-          </configuration>
-        </plugin>
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>