Create vtm-jts module, closes #53

This commit is contained in:
Emux
2016-07-07 20:16:33 +03:00
parent e74052c164
commit 37ace257cf
21 changed files with 519 additions and 89 deletions

View File

@@ -4,7 +4,6 @@ apply plugin: 'maven'
configurations { providedCompile }
dependencies {
compile 'com.vividsolutions:jts:1.13'
compile 'org.slf4j:slf4j-api:1.7.21'
providedCompile 'com.google.code.findbugs:annotations:2.0.1'
providedCompile 'com.squareup.okhttp:okhttp:1.5.2'