summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-jetty/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-13 21:51:51 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-13 21:51:51 +0000
commit709e75d3651b67d9442709160f174b17f45ecdab (patch)
tree711f1aec08bf2a12070b81864393423fa04b6508 /java/sca/modules/host-jetty/pom.xml
parentf4877e0c943df8ff13b4a12557a6ff0d5cef4669 (diff)
Update Jetty to 6.1.19 and set up the cargo plugin to use a customized version of Jetty
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-jetty/pom.xml')
-rw-r--r--java/sca/modules/host-jetty/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/host-jetty/pom.xml b/java/sca/modules/host-jetty/pom.xml
index abca9ee15d..b4a3a4a9d1 100644
--- a/java/sca/modules/host-jetty/pom.xml
+++ b/java/sca/modules/host-jetty/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
- <version>6.1.15</version>
+ <version>6.1.19</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
- <version>6.1.15</version>
+ <version>6.1.19</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>