summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/node-impl/pom.xml7
-rw-r--r--branches/sca-equinox/modules/thirdparty-library/pom.xml4
2 files changed, 9 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/node-impl/pom.xml b/branches/sca-equinox/modules/node-impl/pom.xml
index 4239a1ee03..e2b885c24b 100644
--- a/branches/sca-equinox/modules/node-impl/pom.xml
+++ b/branches/sca-equinox/modules/node-impl/pom.xml
@@ -82,6 +82,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-workspace-impl</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-definitions-xml</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml
index 7866acd05e..e99e73c0d5 100644
--- a/branches/sca-equinox/modules/thirdparty-library/pom.xml
+++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml
@@ -72,9 +72,9 @@
<artifactId>tuscany-maven-bundle-plugin</artifactId>
<executions>
<execution>
- <id>fixup-pde-classpath</id>
+ <id>generate-pde-classpath</id>
<goals>
- <goal>fixup-pde-classpath</goal>
+ <goal>generate-pde-classpath</goal>
</goals>
</execution>
</executions>