diff options
author | Joakim Erdfelt | 2012-09-20 14:42:21 -0400 |
---|---|---|
committer | Joakim Erdfelt | 2012-09-20 14:52:59 -0400 |
commit | 857498b115138cd34cd48a16c1b956a16e0bdeac (patch) | |
tree | 9092e49ecdd76fbd0f6a6e21dc94258599392ce9 /jetty-maven-plugin/pom.xml | |
parent | be865fa1915b89518e8f87c4f234715d01b9520d (diff) | |
download | org.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-maven-plugin/pom.xml')
-rw-r--r-- | jetty-maven-plugin/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index 030c37410c..d7f5ca1cff 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -80,6 +80,12 @@ <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-api</artifactId> <version>${pluginToolsVersion}</version> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> |