diff --git a/build.gradle b/build.gradle index 02c70fdaa3..af37d2fa85 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -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') @@ -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 {