diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-30 05:45:37 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-30 05:45:37 +0000 |
commit | 4db5b7f69408b37a2e6f553b43befbb0a824c9bf (patch) | |
tree | 3bc0910a276cadad2c761241720b596414c5b92c /java/sca/modules/binding-http-runtime | |
parent | dcfff6e9e1292b702675ad52611e0c9148ab4a07 (diff) |
Extending HTTP binding model to support PolicySetAttachPoint interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-http-runtime')
-rw-r--r-- | java/sca/modules/binding-http-runtime/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/binding-http-runtime/pom.xml b/java/sca/modules/binding-http-runtime/pom.xml index 106afac21f..1ceeaae1d8 100644 --- a/java/sca/modules/binding-http-runtime/pom.xml +++ b/java/sca/modules/binding-http-runtime/pom.xml @@ -38,6 +38,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-policy-security</artifactId> + <version>1.4-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> <version>1.4-SNAPSHOT</version> </dependency> |