diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -187,6 +187,16 @@ <version>2.0.5</version> <!-- TODO UPGRADE --> </dependency> <dependency> + <groupId>org.locationtech.spatial4j</groupId> + <artifactId>spatial4j</artifactId> + <version>0.7</version> + </dependency> + <dependency> + <groupId>org.locationtech.jts</groupId> + <artifactId>jts-core</artifactId> + <version>1.17.1</version> + </dependency> + <dependency> <groupId>com.fizzed</groupId> <artifactId>ch-smpp</artifactId> <version>6.0.0-netty4-beta-3</version> |