[R-Help] Remove unwanted dependencies from classpath of the server added
by tycho in maven build

Change-Id: Ibda30d7011060354dbcfd4e22185407e8d5643c0
diff --git a/rhelp/org.eclipse.statet.rhelp.server/pom.xml b/rhelp/org.eclipse.statet.rhelp.server/pom.xml
index 894e3a5..e1de70a 100644
--- a/rhelp/org.eclipse.statet.rhelp.server/pom.xml
+++ b/rhelp/org.eclipse.statet.rhelp.server/pom.xml
@@ -43,11 +43,23 @@
 			<groupId>org.eclipse.statet.rhelp</groupId>
 			<artifactId>org.eclipse.statet.rhelp.core</artifactId>
 			<version>4.3.0-SNAPSHOT</version>
+			<exclusions>
+				<exclusion>
+					<groupId>p2.eclipse-plugin</groupId>
+					<artifactId>*</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.statet.rj</groupId>
 			<artifactId>org.eclipse.statet.rj.servi</artifactId>
 			<version>4.3.0-SNAPSHOT</version>
+			<exclusions>
+				<exclusion>
+					<groupId>p2.eclipse-plugin</groupId>
+					<artifactId>*</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		
 		<dependency>