Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-04-27 14:43:11 +0000
committerSimone Bordet2010-04-27 14:43:11 +0000
commit66fe084dc936b6db2518e0b4d35dbf6f29e5e53c (patch)
tree94cbb771dfdbdc47974872521be6859e3e1f3038 /jetty-xml/pom.xml
parent5b6d50b69b23e0e3dd94d64253a5ad619c40389d (diff)
downloadorg.eclipse.jetty.project-66fe084dc936b6db2518e0b4d35dbf6f29e5e53c.tar.gz
org.eclipse.jetty.project-66fe084dc936b6db2518e0b4d35dbf6f29e5e53c.tar.xz
org.eclipse.jetty.project-66fe084dc936b6db2518e0b4d35dbf6f29e5e53c.zip
Fixes #308869 (Update test suite to JUnit4 - Module jetty-xml).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1597 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-xml/pom.xml')
-rw-r--r--jetty-xml/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index a36dcf9ea4..74e3300278 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
- <archive>
+ <archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
@@ -73,6 +73,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>${junit4-version}</version>
<scope>test</scope>
</dependency>
</dependencies>

Back to the top