You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/10/29 12:19:05 UTC

svn commit: r589584 - /incubator/tuscany/java/sca/modules/domain-impl/pom.xml

Author: slaws
Date: Mon Oct 29 04:19:04 2007
New Revision: 589584

URL: http://svn.apache.org/viewvc?rev=589584&view=rev
Log:
Add missing host-http dependency

Modified:
    incubator/tuscany/java/sca/modules/domain-impl/pom.xml

Modified: incubator/tuscany/java/sca/modules/domain-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/domain-impl/pom.xml?rev=589584&r1=589583&r2=589584&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/domain-impl/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/domain-impl/pom.xml Mon Oct 29 04:19:04 2007
@@ -58,6 +58,12 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-http</artifactId>
+            <version>1.1-incubating-SNAPSHOT</version>
+        </dependency>        
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-core-spi</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
         </dependency>        



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org