Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-05-27 02:23:24 +0000
committerMichael Gorovoy2011-05-27 02:23:24 +0000
commite5387fb172d1e7bc8662ee887fa05c67d22484f2 (patch)
tree0937cb9ef58f0bed50aad34da0cc85fff7c896aa
parentc9b934ce56e9ca933ca4b22c040216f362a7212b (diff)
downloadorg.eclipse.jetty.project-e5387fb172d1e7bc8662ee887fa05c67d22484f2.tar.gz
org.eclipse.jetty.project-e5387fb172d1e7bc8662ee887fa05c67d22484f2.tar.xz
org.eclipse.jetty.project-e5387fb172d1e7bc8662ee887fa05c67d22484f2.zip
345729 Fixed test failure on Windows XP
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3298 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-deploy/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index ff0ccde2f3..7374354892 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -72,7 +72,6 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
- <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>

Back to the top