summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 19:01:14 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 19:01:14 +0000
commit0f1ad3191968f089c21a11d0274af20dfc62d5cc (patch)
tree071ee4bd6808b6f3be1cfe00532f3133bb74f7c9 /sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
parent54c2e4f90a91920badc2bd287d7452211e8300a2 (diff)
Exercise the trip policy from the policy client and policy launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
index bd11cebf24..8cb43fad80 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml
@@ -76,7 +76,14 @@
<artifactId>tuscany-policy-security</artifactId>
<version>${tuscany.version}</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-logging</artifactId>
+ <version>${tuscany.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>