SPR-5976 - Upgrade POMS to JUnit 4.6

This commit is contained in:
Mark Pollack
2009-08-05 17:48:53 +00:00
parent f9016fdbe4
commit 97e3b5ca8c
16 changed files with 71 additions and 16 deletions

View File

@@ -149,6 +149,12 @@
<artifactId>net.sf.jasperreports</artifactId>
<version>2.0.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
@@ -281,6 +287,12 @@
<artifactId>org.dom4j</artifactId>
<version>1.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
@@ -459,7 +471,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<version>4.6</version>
<scope>test</scope>
</dependency>
<dependency>