diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-26 00:57:50 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-26 00:57:50 +0000 |
commit | 1c320ce9d5726f3b518807469a0bf027495b3f1c (patch) | |
tree | c9f1a1b0c9459477f6d103706f8d1dfd80a518f4 /sca-java-2.x/trunk/features/web20 | |
parent | abe9d1ce08dc5086320f766029f5ba7a9cac037e (diff) |
Adding common-http to web20 feature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features/web20')
-rw-r--r-- | sca-java-2.x/trunk/features/web20/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/web20/pom.xml b/sca-java-2.x/trunk/features/web20/pom.xml index db5b5fdb19..6cf4a200e6 100644 --- a/sca-java-2.x/trunk/features/web20/pom.xml +++ b/sca-java-2.x/trunk/features/web20/pom.xml @@ -45,6 +45,13 @@ <version>2.0-SNAPSHOT</version> </dependency> + <!-- Common --> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-common-http</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + <!-- Bindings --> <dependency> <groupId>org.apache.tuscany.sca</groupId> |