From 41b76a4babc34ecd26b147b53de98f8a3ac97fd7 Mon Sep 17 00:00:00 2001 From: Nigel Charman Date: Sun, 2 Jul 2023 23:13:00 +1200 Subject: [PATCH] Updated Concordion to 4.0.0 --- build.gradle | 4 ++- pom.xml | 80 ---------------------------------------------------- 2 files changed, 3 insertions(+), 81 deletions(-) delete mode 100644 pom.xml diff --git a/build.gradle b/build.gradle index 9f42ee2..dbe2f06 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -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 { diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 03e2f01..0000000 --- a/pom.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - 4.0.0 - org.concordion - concordion-logback-extension-demo - 1.0.0 - - - org.concordion - concordion - ${concordion.version} - test - - - org.concordion - concordion-logback-extension - 2.1.2 - test - - - org.seleniumhq.selenium - selenium-java - [3.141,3.9999) - - - io.github.bonigarcia - webdrivermanager - [4.4.0,) - test - - - com.google.code.gson - gson - 2.8.5 - - - org.slf4j - slf4j-ext - 1.7.31 - - - ch.qos.logback - logback-classic - 1.2.3 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.0 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.10 - - - target/concordion - - - **/*.java - - - - - - - - UTF-8 - 3.1.3 - -