Bug 550280 - [Components][releng] tycho surefire configuration explicitly depends on equinox.ds

- Remove non required dependencies

Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
diff --git a/components/org.eclipse.papyrus.components.parent/pom.xml b/components/org.eclipse.papyrus.components.parent/pom.xml
index 377a356..ae22cda 100644
--- a/components/org.eclipse.papyrus.components.parent/pom.xml
+++ b/components/org.eclipse.papyrus.components.parent/pom.xml
@@ -509,16 +509,6 @@
 							<autoStart>true</autoStart>
 						</bundle>
 					</bundleStartLevel>
-					<dependencies>
-						<dependency>
-							<type>p2-installable-unit</type>
-							<artifactId>org.eclipse.equinox.ds</artifactId>
-						</dependency>
-						<dependency>
-							<type>p2-installable-unit</type>
-							<artifactId>org.eclipse.equinox.event</artifactId>
-						</dependency>
-					</dependencies>
 				</configuration>
 			</plugin>
 			<plugin>
@@ -1371,4 +1361,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>