Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-08-15 12:22:46 +0000
committerThomas Watson2014-08-15 12:22:46 +0000
commit1a51c4fb1e1843f624833fa7395cf65bdd5c5654 (patch)
tree28bcf6c6135c4ecd383496ea07796533dce195e2
parent6518be6daad51538b7124f49a889a4a762b63a07 (diff)
downloadrt.equinox.framework-1a51c4fb1e1843f624833fa7395cf65bdd5c5654.tar.gz
rt.equinox.framework-1a51c4fb1e1843f624833fa7395cf65bdd5c5654.tar.xz
rt.equinox.framework-1a51c4fb1e1843f624833fa7395cf65bdd5c5654.zip
Bug 441848 - Remove org.eclipse.core.runtime.compatibility.registry from org.eclipse.osgi.testsI20140819-1200I20140819-0800
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index a8bbaecce..d84de1fb1 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -39,10 +39,6 @@
<testClass>org.eclipse.osgi.tests.AutomatedTests</testClass>
<dependencies>
<dependency>
- <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- <dependency>
<artifactId>org.eclipse.jdt.junit4.runtime</artifactId>
<type>eclipse-plugin</type>
</dependency>

Back to the top