[431856] [CBI] Enable JUnit tests for sourceediting.tests repo - html encoding tests have a dependency on jdt deep down
diff --git a/tests/org.eclipse.wst.html.tests.encoding/pom.xml b/tests/org.eclipse.wst.html.tests.encoding/pom.xml
index 68a9943..9ba04db 100644
--- a/tests/org.eclipse.wst.html.tests.encoding/pom.xml
+++ b/tests/org.eclipse.wst.html.tests.encoding/pom.xml
@@ -29,4 +29,23 @@
     <testSuite>${project.artifactId}</testSuite>
     <testClass>org.eclipse.wst.html.tests.encoding.HTMLEncodingTestSuite</testClass>
   </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-surefire-plugin</artifactId>
+        <version>${tycho.version}</version>
+        <configuration>
+          <dependencies>
+            <dependency>
+              <type>p2-installable-unit</type>
+              <artifactId>org.eclipse.jdt.core</artifactId>
+              <version>0.0.0</version>
+            </dependency>
+          </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>