We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf1e4a commit 23fa6d5Copy full SHA for 23fa6d5
1 file changed
src/core/build.gradle.kts
@@ -107,14 +107,9 @@ dependencies {
107
because("Mean, DescriptiveStatistics")
108
}
109
implementation("org.apache.commons:commons-text")
110
- // For some reason JMeter bundles just tika-core and tika-parsers without transitive
111
- // dependencies. So we exclude those
112
implementation("org.apache.tika:tika-core") {
113
isTransitive = false
114
115
- runtimeOnly("org.apache.tika:tika-parsers") {
116
- isTransitive = false
117
- }
118
implementation("org.apache.xmlgraphics:xmlgraphics-commons")
119
implementation("org.freemarker:freemarker")
120
implementation("org.jodd:jodd-core")
0 commit comments