summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint-tribes/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 22:34:12 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 22:34:12 +0000
commit9860bae75651b7c31cb0a7f4a66bf702712a10db (patch)
tree43484a6d4f7abb9a60e7e01264d24e55327fe58a /java/sca/modules/endpoint-tribes/pom.xml
parent145e23f46ab4ef566a287fa9936198be8b1a5925 (diff)
Allow the replicated map to be listened on the add/remove/update of entries
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/endpoint-tribes/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/endpoint-tribes/pom.xml b/java/sca/modules/endpoint-tribes/pom.xml
index c52893ddf5..30827c3178 100644
--- a/java/sca/modules/endpoint-tribes/pom.xml
+++ b/java/sca/modules/endpoint-tribes/pom.xml
@@ -32,6 +32,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tribes</artifactId>
+ <!-- DO NOT upgrade to 6.0.20: https://issues.apache.org/bugzilla/show_bug.cgi?id=47419 -->
<version>6.0.18</version>
<scope>compile</scope>
</dependency>