(crawler, converter) Remove monkey patched gson from dependencies

This commit is contained in:
Viktor Lofgren 2023-07-29 19:17:38 +02:00
parent 05ba3bab96
commit d3f01bd171
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ java {
} }
dependencies { dependencies {
implementation project(':third-party:monkey-patch-gson') //implementation project(':third-party:monkey-patch-gson')
implementation project(':code:common:db') implementation project(':code:common:db')
implementation project(':code:common:model') implementation project(':code:common:model')

View File

@ -20,7 +20,7 @@ tasks.distZip.enabled = false
dependencies { dependencies {
implementation project(':third-party:monkey-patch-gson') //implementation project(':third-party:monkey-patch-gson')
implementation project(':code:common:process') implementation project(':code:common:process')