diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-26 04:35:32 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-26 04:35:32 +0000 |
commit | 0ed7e65986ad8256ccfd33ef6cdc3e08c5a31365 (patch) | |
tree | 834b4bd1869c379890a67d236941e15601f87b95 /branches/sca-java-1.x/modules/binding-http-runtime | |
parent | 90eef159de7c9ef4f596e8aa7fe17672580cd818 (diff) |
Refactoring confidentiality policy support for http bindings to it's own module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/binding-http-runtime')
-rw-r--r-- | branches/sca-java-1.x/modules/binding-http-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/binding-http-runtime/pom.xml b/branches/sca-java-1.x/modules/binding-http-runtime/pom.xml index 388c9c981e..8e76a65176 100644 --- a/branches/sca-java-1.x/modules/binding-http-runtime/pom.xml +++ b/branches/sca-java-1.x/modules/binding-http-runtime/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-policy-security</artifactId> + <artifactId>tuscany-policy-security-http</artifactId> <version>1.5-SNAPSHOT</version> </dependency> |