diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-11 12:36:07 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-11 12:36:07 +0000 |
commit | 7db4aa7aac3b8801627d7f606cd9e6bda5f406f6 (patch) | |
tree | 03ddc7db67ddb7ef468fe1ec4c9f8f05747f4af6 | |
parent | 13a4b0fe57519a64ffc166f10477a5fbb01d34cc (diff) |
Add compile dependency on sca-api module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml b/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml index 1fc96d1623..ee51fd55db 100644 --- a/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml +++ b/java/sca/samples/helloworld-distributed/helloworld-webapp/pom.xml @@ -38,6 +38,12 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>
|