Shade r-tree into the bukkit module

This commit is contained in:
Alexander Söderberg
2020-05-22 02:51:40 +02:00
committed by Alexander Söderberg
parent 93619b3988
commit d2af342a5d
2 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,12 @@
<version>1.3.72</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>rtree</artifactId>
<version>0.8.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>