changed junit version to 4.8.2
Alexander Mueller
14 years ago
17 | 17 |
<dependency>
|
18 | 18 |
<groupId>junit</groupId>
|
19 | 19 |
<artifactId>junit</artifactId>
|
20 | |
<version>3.8.1</version>
|
|
20 |
<version>4.8.2</version>
|
21 | 21 |
<scope>test</scope>
|
22 | 22 |
</dependency>
|
23 | 23 |
</dependencies>
|