Bug 422302 - complications using target artifact in 4.2.2+ stream
diff --git a/bundles/org.eclipse.equinox.ip/pom.xml b/bundles/org.eclipse.equinox.ip/pom.xml
index 3210302..1599aee 100644
--- a/bundles/org.eclipse.equinox.ip/pom.xml
+++ b/bundles/org.eclipse.equinox.ip/pom.xml
@@ -21,4 +21,24 @@
   <artifactId>org.eclipse.equinox.ip</artifactId>
   <version>1.1.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
+    <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>target-platform-configuration</artifactId>
+        <configuration>
+          <filters>
+            <!--
+              Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
+             -->
+            <filter>
+              <type>osgi-bundle</type>
+              <id>org.eclipse.equinox.servletbridge.extensionbundle</id>
+              <removeAll/>
+            </filter>
+          </filters>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>