mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-31 22:29:10 +00:00
Fix stray junit depend from bad library
This commit is contained in:
parent
df5312a485
commit
49f8899eb7
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -24,6 +24,12 @@
|
||||||
<artifactId>java-diff-utils-copy</artifactId>
|
<artifactId>java-diff-utils-copy</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>1.0.5</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue