You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2019/11/09 22:37:26 UTC

[jmeter] branch master updated: build.gradle.kts : Revert useless additions introduced in commit f05baec58fa278479108c2929e622a5b8cfe2157

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

pmouawad 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 ea824d5  build.gradle.kts : Revert useless additions introduced in commit f05baec58fa278479108c2929e622a5b8cfe2157
ea824d5 is described below

commit ea824d508f8b76c8bf026b56f357cee9b769fa4e
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sat Nov 9 23:38:08 2019 +0100

    build.gradle.kts : Revert useless additions introduced in commit
    f05baec58fa278479108c2929e622a5b8cfe2157
---
 src/components/build.gradle.kts | 4 ----
 src/core/build.gradle.kts       | 2 --
 src/protocol/build.gradle.kts   | 2 --
 3 files changed, 8 deletions(-)

diff --git a/src/components/build.gradle.kts b/src/components/build.gradle.kts
index dc1a3c8..359d477 100644
--- a/src/components/build.gradle.kts
+++ b/src/components/build.gradle.kts
@@ -37,8 +37,6 @@ dependencies {
     // however it is not there in Java 9
     compileOnly("javax.activation:javax.activation-api")
     implementation("com.github.ben-manes.caffeine:caffeine")
-    implementation("com.miglayout:miglayout-core")
-    implementation("com.miglayout:miglayout-swing")
     implementation("io.burt:jmespath-core")
     implementation("io.burt:jmespath-jackson")
     implementation("jcharts:jcharts")
@@ -54,7 +52,6 @@ dependencies {
     implementation("org.apache.httpcomponents:httpcore-nio")
     implementation("org.jsoup:jsoup")
     implementation("org.apache.commons:commons-lang3")
-    implementation("org.ow2.asm:asm")
     implementation("net.sf.jtidy:jtidy")
     implementation("commons-collections:commons-collections")
     implementation("org.apache.commons:commons-math3")
@@ -64,7 +61,6 @@ dependencies {
     implementation("org.apache.commons:commons-text") {
         because("StringEscapeUtils")
     }
-    implementation("xalan:serializer:xalan")
     // we use bcmail for compilation only, and bcmail is not shipped in the release
     compileOnly("org.bouncycastle:bcmail-jdk15on")
     compileOnly("org.bouncycastle:bcpkix-jdk15on")
diff --git a/src/core/build.gradle.kts b/src/core/build.gradle.kts
index f41b96e..9e578a8 100644
--- a/src/core/build.gradle.kts
+++ b/src/core/build.gradle.kts
@@ -79,8 +79,6 @@ dependencies {
     implementation("org.apache.commons:commons-math3") {
         because("Mean, DescriptiveStatistics")
     }
-    implementation("xmlpull:xmlpull")
-    implementation("xpp3:xpp3_min")
     // For some reason JMeter bundles just tika-core and tika-parsers without transitive
     // dependencies. So we exclude those
     implementation("org.apache.tika:tika-core") {
diff --git a/src/protocol/build.gradle.kts b/src/protocol/build.gradle.kts
index 90d60dd..e859831 100644
--- a/src/protocol/build.gradle.kts
+++ b/src/protocol/build.gradle.kts
@@ -82,8 +82,6 @@ project("http") {
             exclude("com.google.code.findbugs", "jsr305")
         }
         implementation("dnsjava:dnsjava")
-        implementation("org.apache.httpcomponents:httpclient")
-        implementation("org.apache.httpcomponents:httpcore")
         implementation("org.apache.httpcomponents:httpmime")
         implementation("org.brotli:dec")
         testImplementation(testFixtures(project(":src:testkit-wiremock")))