Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-09-20 18:42:21 +0000
committerJoakim Erdfelt2012-09-20 18:52:59 +0000
commit857498b115138cd34cd48a16c1b956a16e0bdeac (patch)
tree9092e49ecdd76fbd0f6a6e21dc94258599392ce9 /jetty-plus/pom.xml
parentbe865fa1915b89518e8f87c4f234715d01b9520d (diff)
downloadorg.eclipse.jetty.project-857498b115138cd34cd48a16c1b956a16e0bdeac.tar.gz
org.eclipse.jetty.project-857498b115138cd34cd48a16c1b956a16e0bdeac.tar.xz
org.eclipse.jetty.project-857498b115138cd34cd48a16c1b956a16e0bdeac.zip
Upgrading to junit-dep-4.10.jar (banning junit.jar)
Diffstat (limited to 'jetty-plus/pom.xml')
-rw-r--r--jetty-plus/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-plus/pom.xml b/jetty-plus/pom.xml
index 6fa6539c2b..e16db732a8 100644
--- a/jetty-plus/pom.xml
+++ b/jetty-plus/pom.xml
@@ -83,8 +83,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency>

Back to the top