summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml')
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
index 64fb36a15d..34f52610bd 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
@@ -33,9 +33,31 @@
<groupId>org.eclipse.jdt.debug</groupId>
<artifactId>ui</artifactId>
<version>3.2.100-v20070531-1800</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>app</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>app</artifactId>
+ <version>1.0.0-v20070606</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.equinox</groupId>
+ <artifactId>common</artifactId>
+ <version>3.3.0-v20070426</version>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.swt.win32.win32</groupId>
<artifactId>x86</artifactId>
<version>3.3.0-v3346</version>