Author: antelder
Date: Wed Feb 18 13:22:59 2009
New Revision: 745509
URL: http://svn.apache.org/viewvc?rev=745509&view=rev
Log:
Add impl.web
Modified:
tuscany/java/sca/features/all/pom.xml
Modified: tuscany/java/sca/features/all/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/features/all/pom.xml?rev=745509&r1=745508&r2=745509&view=diff
==============================================================================
--- tuscany/java/sca/features/all/pom.xml (original)
+++ tuscany/java/sca/features/all/pom.xml Wed Feb 18 13:22:59 2009
@@ -66,6 +66,12 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-web-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
</dependencies>
</project>