Skip to content

Commit 23fa6d5

Browse files
committed
chore: remove core -> org.apache.tika:tika-parsers dependency
1 parent 8cf1e4a commit 23fa6d5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/core/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,9 @@ dependencies {
107107
because("Mean, DescriptiveStatistics")
108108
}
109109
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
112110
implementation("org.apache.tika:tika-core") {
113111
isTransitive = false
114112
}
115-
runtimeOnly("org.apache.tika:tika-parsers") {
116-
isTransitive = false
117-
}
118113
implementation("org.apache.xmlgraphics:xmlgraphics-commons")
119114
implementation("org.freemarker:freemarker")
120115
implementation("org.jodd:jodd-core")

0 commit comments

Comments
 (0)