Skip to content

Commit

Permalink
Merge pull request wiremock#2633 from pks-1981/dependencies
Browse files Browse the repository at this point in the history
Remove dependencies
  • Loading branch information
dieppa authored Mar 12, 2024
2 parents f8b2717 + f916231 commit caf7aaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ dependencies {
api "com.jayway.jsonpath:json-path:2.9.0", {
exclude group: 'org.ow2.asm', module: 'asm'
}
api "org.ow2.asm:asm:9.6"

implementation "org.slf4j:slf4j-api:1.7.36"
standaloneOnly "org.slf4j:slf4j-nop:1.7.36"
Expand Down Expand Up @@ -105,7 +104,6 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation("org.junit.jupiter:junit-jupiter:$versions.junitJupiter")
testImplementation("org.junit.platform:junit-platform-testkit")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
testImplementation("org.junit.platform:junit-platform-launcher")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation('org.junit-pioneer:junit-pioneer:2.2.0')
Expand All @@ -118,19 +116,14 @@ dependencies {
testImplementation "org.skyscreamer:jsonassert:1.2.3"
testImplementation 'com.toomuchcoding.jsonassert:jsonassert:0.8.0'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation "com.googlecode.jarjar:jarjar:1.3"
testImplementation "commons-io:commons-io:2.15.1"
testImplementation 'org.scala-lang:scala-library:2.13.13'
testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1'

testImplementation "org.eclipse.jetty:jetty-client"
testImplementation "org.eclipse.jetty.http2:http2-http-client-transport"
testRuntimeOnly "org.slf4j:log4j-over-slf4j:2.0.12"
testRuntimeOnly "ch.qos.logback:logback-classic:1.4.14"
testRuntimeOnly files('src/test/resources/classpath file source/classpathfiles.zip', 'src/test/resources/classpath-filesource.jar')

testImplementation "io.netty:netty-all:4.1.107.Final"

testImplementation files('test-extension/test-extension.jar')

constraints {
Expand Down

0 comments on commit caf7aaf

Please sign in to comment.