Added junit (to allow the use of JUnit-Runner in Eclipse as an alternative to the ScalaTest-Runner).

This commit is contained in:
Achim D. Brucker 2018-04-03 17:41:43 +01:00
parent e7086892be
commit 355aae24ec
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
<version>3.0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>