Skip to content

Commit

Permalink
Round 4: backed out JFreeChart per guidance in ticket #313
Browse files Browse the repository at this point in the history
  • Loading branch information
HankHerr-NOAA committed Sep 11, 2024
1 parent a8238b6 commit 876c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ project(':wres-vis') {
implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.5'

// SVG graphics from JFreeChart instances
implementation group: 'org.jfree', name: 'org.jfree.svg', version: '4.2'
implementation group: 'org.jfree', name: 'org.jfree.svg', version: '4.1'

runtimeOnly('ch.qos.logback:logback-classic:1.5.8') {
// Not used at runtime, bloat
Expand Down

0 comments on commit 876c633

Please sign in to comment.