summaryrefslogtreecommitdiffstats
path: root/sandbox/dougsleite/guardian-model/pom.xml
diff options
context:
space:
mode:
authordougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 17:45:18 +0000
committerdougsleite <dougsleite@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 17:45:18 +0000
commit698169c4ee4fd2511cabf257ac97a3805930b1fc (patch)
tree6d0f3dca910c62f41430e3072c207fd20c34bb53 /sandbox/dougsleite/guardian-model/pom.xml
parent8c0b104e0e7c292187dd6ae0cef8c27e879838cc (diff)
- Modifying the module to work with the policy-recoveryrules module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/dougsleite/guardian-model/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/sandbox/dougsleite/guardian-model/pom.xml b/sandbox/dougsleite/guardian-model/pom.xml
index ac4d37db06..66f2bdbf32 100644
--- a/sandbox/dougsleite/guardian-model/pom.xml
+++ b/sandbox/dougsleite/guardian-model/pom.xml
@@ -88,10 +88,12 @@
<artifactId>axis2</artifactId>
<version>1.2</version>
<type>pom</type>
- </dependency>
-
-
-
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-recoveryrules</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
@@ -113,3 +115,4 @@
</build>
</project>
+