Shade r-tree into the bukkit module

This commit is contained in:
Alexander Söderberg
2020-05-22 02:51:40 +02:00
parent 38a7c771be
commit 7c080770f0
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>