Skip to content

Commit

Permalink
Updated Concordion to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelcharman committed Jul 2, 2023
1 parent 781db71 commit 41b76a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 81 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
}

dependencies {
testImplementation 'org.concordion:concordion:3.1.3'
testImplementation 'org.concordion:concordion:4.0.0'
testImplementation 'org.concordion:concordion-logback-extension:2.1.2'

//TODO Remove the need for this
Expand All @@ -14,6 +14,8 @@ dependencies {
testImplementation 'org.seleniumhq.selenium:selenium-java:3.+'
testImplementation 'io.github.bonigarcia:webdrivermanager:4.+'
testImplementation 'com.google.code.gson:gson:2.8.5'

testRuntimeOnly('org.junit.vintage:junit-vintage-engine')
}

test {
Expand Down
80 changes: 0 additions & 80 deletions pom.xml

This file was deleted.

0 comments on commit 41b76a4

Please sign in to comment.