Depend on latest version of junit and change junit dependency in beehive-controls to provided for the one abstract test case in there

This commit is contained in:
moparisthebest 2014-06-11 13:35:49 -04:00
parent 375f8b8413
commit a3647dd95a
3 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>

View File

@ -18,12 +18,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@ -107,7 +107,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>