You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/18 10:45:01 UTC

svn commit: r1023688 - /tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml

Author: antelder
Date: Mon Oct 18 08:45:01 2010
New Revision: 1023688

URL: http://svn.apache.org/viewvc?rev=1023688&view=rev
Log:
Add common http module

Modified:
    tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml?rev=1023688&r1=1023687&r2=1023688&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml Mon Oct 18 08:45:01 2010
@@ -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>