Update pom for test-time dependencies
diff --git a/tests/org.eclipse.wst.server.ui.tests/pom.xml b/tests/org.eclipse.wst.server.ui.tests/pom.xml
index 378f986..fa6f339 100644
--- a/tests/org.eclipse.wst.server.ui.tests/pom.xml
+++ b/tests/org.eclipse.wst.server.ui.tests/pom.xml
@@ -48,6 +48,21 @@
 		  </dependencies>           -->
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>target-platform-configuration</artifactId>
+        <configuration>
+          <dependency-resolution>
+             <extraRequirements>
+                <requirement>
+                  <type>eclipse-feature</type>
+                  <id>org.eclipse.sdk.ide</id>
+                  <versionRange>0.0.0</versionRange>
+                </requirement>
+             </extraRequirements>
+          </dependency-resolution>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/discovery/ServerDiscoveryTestCase.java b/tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/discovery/ServerDiscoveryTestCase.java
index ef7f28b..1093667 100644
--- a/tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/discovery/ServerDiscoveryTestCase.java
+++ b/tests/org.eclipse.wst.server.ui.tests/src/org/eclipse/wst/server/ui/tests/discovery/ServerDiscoveryTestCase.java
@@ -1,5 +1,5 @@
 /*******************************************************************************

- * Copyright (c) 2015, 2018 IBM Corporation and others.

+ * Copyright (c) 2015, 2021 IBM Corporation and others.

  * All rights reserved. This program and the accompanying materials

  * are made available under the terms of the Eclipse Public License 2.0

  * which accompanies this distribution, and is available at

@@ -16,7 +16,6 @@
 import java.io.File;

 import java.util.List;

 

-import org.eclipse.core.runtime.CoreException;

 import org.eclipse.core.runtime.IPath;

 import org.eclipse.core.runtime.NullProgressMonitor;

 import org.eclipse.wst.server.discovery.internal.model.ExtensionUpdateSite;

@@ -48,7 +47,6 @@
 	protected List<IServerExtension> getExtensions(File filePath){

 		try {

 			String finalPath = filePath.toString();

-			String os = System.getProperty("os.name"); //$NON-NLS-1$

 			

 			finalPath = filePath.toURI().toURL().toString();