Skip to content

Commit

Permalink
dead json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Nov 25, 2023
1 parent 241ac9c commit 1714db3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion java_console/io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies {
api project(':core_io')

implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.9.2'
implementation global_libs.json
implementation global_libs.jcip
implementation project(':logging')

Expand Down
2 changes: 1 addition & 1 deletion java_console/ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ configurations {

dependencies {
implementation project(':ecu_io')
implementation global_libs.json
implementation project(':luaformatter')
implementation project(':config_definition')
implementation 'com.miglayout:miglayout-swing:4.1'
implementation files('../lib/dfu/dfu_java.jar')
implementation files('../lib/trident-6.2.jar')
implementation files('../lib/dfu/IntelHexParser.jar')
implementation global_libs.junit

testImplementation global_libs.mockito
testImplementation testFixtures(project(':ecu_io'))
Expand Down
1 change: 0 additions & 1 deletion java_tools/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ext {
annotations : "org.jetbrains:annotations:16.0.1",
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
antlr : "org.antlr:antlr4:4.9.3", // use ANTLR version 4
json : "com.googlecode.json-simple:json-simple:1.1.1",
mockito : "org.mockito:mockito-all:1.10.19",
snakeyaml : "org.yaml:snakeyaml:1.26",
jcip : 'net.jcip:jcip-annotations:1.0',
Expand Down

0 comments on commit 1714db3

Please sign in to comment.