summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r--branches/sca-equinox/modules/thirdparty-library/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml
index 63893af9d5..ba23527f22 100644
--- a/branches/sca-equinox/modules/thirdparty-library/pom.xml
+++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml
@@ -35,6 +35,13 @@
<type>pom</type>
<version>1.4-SNAPSHOT</version>
</dependency>
+ <!-- host-tomcat is not the all-in-one distro -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-tomcat</artifactId>
+ <type>jar</type>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
@@ -67,19 +74,12 @@
<symbolicName>org.apache.tuscany.sca.thirdparty.library</symbolicName>
</configuration>
</execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-bundle-plugin</artifactId>
- <executions>
- <execution>
+ <execution>
<id>generate-pde-classpath</id>
<goals>
<goal>generate-pde-classpath</goal>
</goals>
- </execution>
+ </execution>
</executions>
</plugin>