diff --git a/pom.xml b/pom.xml
index 326824c6366..bf29ed0ea76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
jacoco
reuseReports
${project.basedir}/../../target/jacoco.exec
- http://download.eclipse.org/eclipse/updates/4.8
+ http://download.eclipse.org/eclipse/updates/4.10
@@ -39,7 +39,7 @@
platform
- http://download.eclipse.org/eclipse/updates/4.8/
+ http://download.eclipse.org/eclipse/updates/4.10/
p2
@@ -49,7 +49,7 @@
cdt
- http://download.eclipse.org/tools/cdt/releases/9.5/
+ http://download.eclipse.org/tools/cdt/releases/9.6/
p2
@@ -209,21 +209,11 @@
p2
consider
-
- linux
- gtk
- x86
-
linux
gtk
x86_64
-
- win32
- win32
- x86
-
win32
win32
diff --git a/tests/org.eclipse.launchbar.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.launchbar.core.tests/META-INF/MANIFEST.MF
index 7cedb534a9e..41b41e5ab51 100644
--- a/tests/org.eclipse.launchbar.core.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.launchbar.core.tests/META-INF/MANIFEST.MF
@@ -5,5 +5,5 @@ Bundle-SymbolicName: org.eclipse.launchbar.core.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.launchbar.core;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Require-Bundle: org.junit;bundle-version="4.11.0",
- org.mockito;bundle-version="1.9.5"
+Require-Bundle: org.junit;bundle-version="4.12.0",
+ org.mockito;bundle-version="2.23.0"
diff --git a/tests/org.eclipse.launchbar.core.tests/pom.xml b/tests/org.eclipse.launchbar.core.tests/pom.xml
index 66b01ebcd0c..5f5c5b24e71 100644
--- a/tests/org.eclipse.launchbar.core.tests/pom.xml
+++ b/tests/org.eclipse.launchbar.core.tests/pom.xml
@@ -15,25 +15,4 @@
1.0.0-SNAPSHOT
eclipse-test-plugin
-
-
-
-
- org.eclipse.tycho
- target-platform-configuration
- ${tycho-version}
-
-
-
-
- eclipse-plugin
- org.hamcrest
- 0.0.0
-
-
-
-
-
-
-