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 deef51f  build.gradle.kts : explicitely reference asm and httpcore to 
have the correct version used in generated pom
deef51f is described below

commit deef51fbede6f43ddfc16a8a2d21e38fd3ec9a97
Author: pmouawad <[email protected]>
AuthorDate: Mon Nov 11 21:37:48 2019 +0100

    build.gradle.kts : explicitely reference asm and httpcore to have the
    correct version used in generated pom
---
 src/components/build.gradle.kts | 1 +
 src/protocol/build.gradle.kts   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/components/build.gradle.kts b/src/components/build.gradle.kts
index e40f563..eff9e46 100644
--- a/src/components/build.gradle.kts
+++ b/src/components/build.gradle.kts
@@ -45,6 +45,7 @@ dependencies {
     implementation("net.minidev:accessors-smart")
     implementation("org.apache.commons:commons-pool2")
     implementation("commons-codec:commons-codec")
+    implementation("org.ow2.asm:asm")
     implementation("org.jodd:jodd-log")
     implementation("org.jodd:jodd-lagarto")
     implementation("com.jayway.jsonpath:json-path")
diff --git a/src/protocol/build.gradle.kts b/src/protocol/build.gradle.kts
index e859831..851b39a 100644
--- a/src/protocol/build.gradle.kts
+++ b/src/protocol/build.gradle.kts
@@ -83,6 +83,7 @@ project("http") {
         }
         implementation("dnsjava:dnsjava")
         implementation("org.apache.httpcomponents:httpmime")
+        implementation("org.apache.httpcomponents:httpcore")
         implementation("org.brotli:dec")
         testImplementation(testFixtures(project(":src:testkit-wiremock")))
         testImplementation("com.github.tomakehurst:wiremock-jre8")

Reply via email to