[431112] Explicitly set com.ibm.icu requirement in Tycho
diff --git a/bundles/org.eclipse.wst.wsi/pom.xml b/bundles/org.eclipse.wst.wsi/pom.xml
index fdab3b6..c378894 100644
--- a/bundles/org.eclipse.wst.wsi/pom.xml
+++ b/bundles/org.eclipse.wst.wsi/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  Copyright (c) 2012, 2014 Eclipse Foundation and others.

   All rights reserved. This program and the accompanying materials

   are made available under the terms of the Eclipse Distribution License v1.0

   which accompanies this distribution, and is available at

@@ -24,4 +24,24 @@
   <artifactId>org.eclipse.wst.wsi</artifactId>

   <version>1.0.550-SNAPSHOT</version>

   <packaging>eclipse-plugin</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>target-platform-configuration</artifactId>

+        <configuration>

+          <dependency-resolution>

+            <extraRequirements>

+              <requirement>

+                <type>eclipse-plugin</type>

+                <id>com.ibm.icu</id>

+                <versionRange>0.0.0</versionRange>

+              </requirement>

+            </extraRequirements>

+          </dependency-resolution>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

 </project>