Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-05-18 02:16:58 +0000
committerMichael Gorovoy2011-05-18 02:16:58 +0000
commit990fea3a0464592d11aa566628ff8696adde526d (patch)
tree7145fa8d82133aba458540601765847a7077075c /jetty-util/pom.xml
parent5b7811ca76f4c940d01f90cedbaf9b3c216936b2 (diff)
downloadorg.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.tar.gz
org.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.tar.xz
org.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.zip
346179 o.e.j.util.ScannerTest fails on MacOS X platform
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3197 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-util/pom.xml')
-rw-r--r--jetty-util/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index 728341e4d1..077b343a42 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -70,6 +70,11 @@
</build>
<dependencies>
<dependency>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-test-helper</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -80,6 +85,5 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
-
</dependencies>
</project>

Back to the top