summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-03-16 08:20:24 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-03-16 08:20:24 +0000
commit64fa14787b2b4b7b30756a360a34a55631e592f6 (patch)
tree59c7f69a3cc58ec8ac7ce63b78704d9ef66cb1a5 /sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml
parente96dd3904b142b0dc9d2313a4ee5d6327774469f (diff)
TUSCANY-4028 - don't duplicate intents on the Java implementation model
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml b/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml
index e1de9fef85..73990136d5 100644
--- a/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml
@@ -46,6 +46,12 @@
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-logging</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>