Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-client/pom.xml')
-rw-r--r--jetty-client/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index cc2168807f..dd194530d1 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -16,23 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <executions>
- <execution>
- <goals>
- <goal>manifest</goal>
- </goals>
- <configuration>
- <instructions>
- <Import-Package>javax.net.*,*</Import-Package>
- </instructions>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>

Back to the top