Skip to content

Commit

Permalink
Remove junit-platform-runner from test dependencies, since it's redun…
Browse files Browse the repository at this point in the history
…dant now
  • Loading branch information
HardNorth committed Feb 19, 2024
1 parent e2754ff commit aeb577b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies {

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'

testImplementation ("org.junit.platform:junit-platform-runner:${junit_runner_version}")
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter-params:${junit_version}"
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version=5.2.2-SNAPSHOT
description=JUnit5 integration for ReportPortal
junit_version=5.9.1
junit_runner_version=1.9.1
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
excludeTests=

0 comments on commit aeb577b

Please sign in to comment.