Skip to content

Commit fe76c97

Browse files
author
Artem Eroshenko
committed
rollback junit4 dependencies
1 parent ace0e72 commit fe76c97

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

allure-junit4/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ val junitVersion = "4.13.1"
77
dependencies {
88
agent("org.aspectj:aspectjweaver")
99
api(project(":allure-java-commons"))
10-
implementation("org.aspectj:aspectjrt")
1110
implementation("junit:junit:$junitVersion")
1211
testImplementation("org.assertj:assertj-core")
1312
testImplementation("org.junit.jupiter:junit-jupiter-api")
1413
testImplementation("org.mockito:mockito-core")
1514
testImplementation("org.slf4j:slf4j-simple")
1615
testImplementation(project(":allure-java-commons-test"))
1716
testImplementation(project(":allure-junit-platform"))
18-
implementation(project(":allure-test-filter"))
1917
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
2018
}
2119

0 commit comments

Comments
 (0)