summaryrefslogtreecommitdiffstats
path: root/sandbox/dougsleite/guardian-model/pom.xml
diff options
context:
space:
mode:
authordougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-08-12 13:34:41 +0000
committerdougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-08-12 13:34:41 +0000
commite1448e957b13debf895f3001da9f718e9fac3eab (patch)
tree02fa690fe729ab0683506a549d090a2fefa77601 /sandbox/dougsleite/guardian-model/pom.xml
parentfae119c5401a5fc62e66be2d7f71140ef842d051 (diff)
- Modifying the way the recovery rules XML file is processed. The RecoveryRulesPolicyProcesor is being used. However, it does not mean that the recovery rules are being treated as polices.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/dougsleite/guardian-model/pom.xml')
-rw-r--r--sandbox/dougsleite/guardian-model/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/dougsleite/guardian-model/pom.xml b/sandbox/dougsleite/guardian-model/pom.xml
index 1a6ddf3fd7..a204957231 100644
--- a/sandbox/dougsleite/guardian-model/pom.xml
+++ b/sandbox/dougsleite/guardian-model/pom.xml
@@ -73,6 +73,12 @@
<artifactId>tuscany-policy-resolutiontrees</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-recoveryrules</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </dependency>
</dependencies>