summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE4
-rw-r--r--sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml2
-rw-r--r--sca-java-2.x/trunk/modules/host-jetty/pom.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
index b1c8b31b54..f38d8ee57d 100644
--- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
+++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
@@ -271,8 +271,8 @@ The following components come under Apache Software License 2.0
jackson-mapper-asl-1.7.1.jar
jackson-xc-1.7.1.jar
jettison-1.2.jar
- jetty-6.1.19.jar
- jetty-util-6.1.19.jar
+ jetty-6.1.26.jar
+ jetty-util-6.1.26.jar
juli-6.0.26.jar
kahadb-5.3.0.jar
log4j-1.2.15.jar
diff --git a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
index 094fd062ef..8ca5a4e8c6 100644
--- a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
- <version>6.1.19</version>
+ <version>6.1.26</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-2.x/trunk/modules/host-jetty/pom.xml b/sca-java-2.x/trunk/modules/host-jetty/pom.xml
index b4a3a4a9d1..6743eb92b2 100644
--- a/sca-java-2.x/trunk/modules/host-jetty/pom.xml
+++ b/sca-java-2.x/trunk/modules/host-jetty/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
- <version>6.1.19</version>
+ <version>6.1.26</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.19</version>
+ <version>6.1.26</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>