This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 23fa6d5309 chore: remove core -> org.apache.tika:tika-parsers 
dependency
23fa6d5309 is described below

commit 23fa6d53090e39f526a535510171e0677982b372
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Nov 6 23:19:57 2025 +0300

    chore: remove core -> org.apache.tika:tika-parsers dependency
---
 src/core/build.gradle.kts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/core/build.gradle.kts b/src/core/build.gradle.kts
index 05d395e397..de661927bd 100644
--- a/src/core/build.gradle.kts
+++ b/src/core/build.gradle.kts
@@ -107,14 +107,9 @@ dependencies {
         because("Mean, DescriptiveStatistics")
     }
     implementation("org.apache.commons:commons-text")
-    // For some reason JMeter bundles just tika-core and tika-parsers without 
transitive
-    // dependencies. So we exclude those
     implementation("org.apache.tika:tika-core") {
         isTransitive = false
     }
-    runtimeOnly("org.apache.tika:tika-parsers") {
-        isTransitive = false
-    }
     implementation("org.apache.xmlgraphics:xmlgraphics-commons")
     implementation("org.freemarker:freemarker")
     implementation("org.jodd:jodd-core")

Reply via email to