summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-web/pom.xml
diff options
context:
space:
mode:
authorvamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-30 20:06:43 +0000
committervamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-30 20:06:43 +0000
commit797996c99baf76c40adfb3671323ba7d38273a3b (patch)
tree6c08849d4a1a4bb58e8c3a8a7378f620d30a0137 /branches/sca-java-1.x/modules/implementation-web/pom.xml
parentb7c36e2f06efdf2e22f7672f8e97a153acebff87 (diff)
Process SCA Property and Reference annotations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-web/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/implementation-web/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-web/pom.xml b/branches/sca-java-1.x/modules/implementation-web/pom.xml
index 452fad3cd9..049f0c200a 100644
--- a/branches/sca-java-1.x/modules/implementation-web/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-web/pom.xml
@@ -64,6 +64,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>