Skip to content

Commit

Permalink
jfreechart 1.5.2 and remove some slf4j/log4j dependency definitions (#…
Browse files Browse the repository at this point in the history
…226)

* jfreechart 1.5.2
* remove explicit slf4j log4j dependency definitions, which are anyway contained by other log4j
  • Loading branch information
Pitterling committed Jan 2, 2021
1 parent fa6491a commit 7b97dc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ repositories {
}

dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.14.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.0'

implementation group: 'com.itextpdf', name: 'itextpdf', version: '5.5.13.2'
implementation group: 'com.jcraft', name: 'jsch', version: '0.1.55'
implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.1'
implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.2'
testImplementation 'junit:junit:4.13.1'
}

Expand Down

0 comments on commit 7b97dc4

Please sign in to comment.