summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/host-tomcat/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-04-05 18:28:06 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-04-05 18:28:06 +0000
commit331477b79355c30312e87f6c5a88bc5a7c7b8c61 (patch)
treef511fc062ba43e99e57158c32c9393f5dcca0977 /sca-java-2.x/contrib/modules/host-tomcat/pom.xml
parent27cb23a013720ea9b39ff221db00e11067fbc051 (diff)
Bring up host-tomcat for 2.x based on the Embedded class from Tomcat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/host-tomcat/pom.xml')
-rw-r--r--sca-java-2.x/contrib/modules/host-tomcat/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/modules/host-tomcat/pom.xml b/sca-java-2.x/contrib/modules/host-tomcat/pom.xml
index 826a58deee..6f49551591 100644
--- a/sca-java-2.x/contrib/modules/host-tomcat/pom.xml
+++ b/sca-java-2.x/contrib/modules/host-tomcat/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>catalina</artifactId>
- <version>6.0.14</version>
+ <version>6.0.26</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>coyote</artifactId>
- <version>6.0.14</version>
+ <version>6.0.26</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>