We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b4ea5 commit 82981a1Copy full SHA for 82981a1
jgiven-html5-report/build.gradle
@@ -5,6 +5,9 @@ plugins {
5
dependencies {
6
implementation project(':jgiven-core')
7
implementation project(':jgiven-html-app')
8
- implementation 'org.apache.xmlgraphics:batik-transcoder:1.18'
+ implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){
9
+ exclude group: 'commons-io', module: 'commons-io'
10
+ }
11
+ implementation 'commons-io:commons-io:2.18.0'
12
implementation 'org.apache.xmlgraphics:batik-codec:1.18'
13
}
0 commit comments