vtm-http module, closes #140

This commit is contained in:
Emux
2016-08-19 22:26:14 +03:00
parent 99f45bfa22
commit 4fb8234e2d
7 changed files with 22 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ apply plugin: 'application'
dependencies {
compile project(':vtm-desktop')
compile project(':vtm-extras')
compile project(':vtm-http')
compile project(':vtm-jeo')
compile project(':vtm-jts')
compile 'org.slf4j:slf4j-simple:1.7.21'