Add JUnit 4.12 to bootstrap group 9

This commit is contained in:
Michael Osipov 2020-09-11 10:57:49 +02:00
parent 8a989d5e4b
commit b0f5e8665b
1 changed files with 5 additions and 0 deletions

View File

@ -44,5 +44,10 @@ under the License.
<artifactId>plexus-utils</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
</project>