merge projects file-utils, byte-utils and pdb-utils

It turned out that most projects needed at least
two of the utils projects. file-utils and byte-utils
had only one class. Merging them made sense.
This commit is contained in:
2019-12-08 18:47:54 +01:00
parent 85679ca0c8
commit e931856041
13 changed files with 1 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
dependencies {
implementation project(':performanceDb')
implementation project(':file-utils')
implementation project(':pdb-utils')
implementation lib_primitive_collections
implementation lib_jackson_databind