summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/features/core-runtime/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/core-runtime/pom.xml b/sca-java-2.x/trunk/features/core-runtime/pom.xml
index dd573c8ec4..1880bbc993 100644
--- a/sca-java-2.x/trunk/features/core-runtime/pom.xml
+++ b/sca-java-2.x/trunk/features/core-runtime/pom.xml
@@ -82,6 +82,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-common-http</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-common-xml</artifactId>
<version>${pom.version}</version>
</dependency>