one step back

This commit is contained in:
rusefillc 2022-10-16 00:07:07 -04:00
parent 5a739763e8
commit 71e0e8e4cf
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ dependencies {
implementation project(':logging-api')
implementation project(':ecu_io')
implementation global_libs.javaxJson
// todo: what's the relationship with global_libs.javaxJson?
implementation 'org.glassfish:javax.json:1.1.4'
implementation 'org.takes:takes:1.20'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.3'