Skip to content

Commit

Permalink
Remove unused Jmeter core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marianptelus committed Jan 5, 2022
1 parent 4cee650 commit 06609e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ subprojects {
dependency("com.sun.xml.bind:jaxb-core:${CoreVersion.JAXB_IMPL}")
dependency("com.sun.xml.bind:jaxb-impl:${CoreVersion.JAXB_IMPL}")
dependency("javax.xml.bind:jaxb-api:${CoreVersion.JAXB_API}")
dependency("org.apache.jmeter:ApacheJMeter_core:${CoreVersion.JMETER}") {
exclude("org.apache.logging.log4j:log4j-slf4j-impl")
exclude("org.apache.jmeter:bom")
}
dependency("org.apache.jmeter:ApacheJMeter_http:${CoreVersion.JMETER}") {
exclude("org.apache.logging.log4j:log4j-slf4j-impl")
exclude("org.apache.jmeter:bom")
Expand Down
1 change: 0 additions & 1 deletion capsa-perfrunner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-test")
implementation("org.springframework.ws:spring-ws-core")
implementation("org.springframework.cloud:spring-cloud-function-web:3.1.5")
implementation("org.apache.jmeter:ApacheJMeter_core")
implementation("org.apache.jmeter:ApacheJMeter_http")
implementation("kg.apc:jmeter-plugins-casutg")
implementation("commons-io:commons-io:2.11.0")
Expand Down

0 comments on commit 06609e9

Please sign in to comment.