Fix dependency graph and replace Guava

This commit is contained in:
Alexander Söderberg 2020-09-28 16:05:14 +02:00 committed by Alexander Söderberg
parent 4ca47777a3
commit e914d04450
35 changed files with 184 additions and 191 deletions

View file

@ -1,4 +1,3 @@
dependencies {
implementation project(':cloud-core')
implementation 'com.google.guava:guava:29.0-jre'
}