Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-05-11 14:46:12 +0000
committerSimone Bordet2010-05-11 14:46:12 +0000
commit5b4de082428990d411b564798a4992ba0a26f1b3 (patch)
treeebfa107b2e15687ac1ea84ffaccb70a0226478f9 /jetty-annotations/pom.xml
parenta3297f8233f4a8ae5e3849cb77b9377fc460dadc (diff)
downloadorg.eclipse.jetty.project-5b4de082428990d411b564798a4992ba0a26f1b3.tar.gz
org.eclipse.jetty.project-5b4de082428990d411b564798a4992ba0a26f1b3.tar.xz
org.eclipse.jetty.project-5b4de082428990d411b564798a4992ba0a26f1b3.zip
Fix for #308850 (Update test suite to JUnit4 - Module jetty-annotations).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1749 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-annotations/pom.xml')
-rw-r--r--jetty-annotations/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 47144b56b0..ae8df14ccf 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/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>
@@ -44,6 +44,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>${junit4-version}</version>
<scope>test</scope>
</dependency>
<dependency>

Back to the top