diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 15:50:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 15:50:02 +0000 |
commit | 16aa9873b6c7ddf52102831b31b8e6a3075b88fd (patch) | |
tree | e92e45689d30687ba263f7d391847c30b5622835 | |
parent | 057dfcd474e67ec4608654d47139cb7ae8c8ea8e (diff) |
add reqd dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718992 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/binding-http/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/binding-http/pom.xml b/java/sca/modules/binding-http/pom.xml index feb8cf797a..a841f26df4 100644 --- a/java/sca/modules/binding-http/pom.xml +++ b/java/sca/modules/binding-http/pom.xml @@ -44,6 +44,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-policy</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-data-api</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |