Fix stray junit depend from bad library

This commit is contained in:
md_5 2020-01-19 12:10:38 +11:00
parent df5312a485
commit 49f8899eb7

View file

@ -24,6 +24,12 @@
<artifactId>java-diff-utils-copy</artifactId>
<version>1.0.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>