ATEST-109:

- renaming hazelcast to query
This commit is contained in:
Zellweger Christof Ralf
2015-07-08 14:30:55 +02:00
parent 749904b747
commit fa78ce234c
10 changed files with 30 additions and 36 deletions

View File

@ -23,7 +23,7 @@ applicationDefaultJvmArgs = [
//}
dependencies {
compile (project(':ch.psi.daq.hazelcast'))
compile (project(':ch.psi.daq.query'))
compile libraries.spring_boot_starter_web
compile libraries.commons_lang