diff --git a/Cheetah/pom.xml b/Cheetah/pom.xml index 52dfe46..923b59c 100644 --- a/Cheetah/pom.xml +++ b/Cheetah/pom.xml @@ -226,13 +226,14 @@ junit - + - log4j - log4j + org.apache.logging.log4j + log4j-core + @@ -449,7 +450,21 @@ dynamicreports-googlecharts 5.1.0 + + + + com.sun.xml.bind + jaxb-impl + 2.3.3 + + + + + javax.xml.bind + jaxb-api + 2.3.1 + @@ -667,10 +682,11 @@ 4.12 - log4j - log4j - 1.2.17 + org.apache.logging.log4j + log4j-core + 2.13.2 + org.codehaus.cargo cargo-maven2-plugin diff --git a/Playground/chromedriver.exe b/Playground/chromedriver.exe index d4569fa..6909571 100644 Binary files a/Playground/chromedriver.exe and b/Playground/chromedriver.exe differ diff --git a/Playground/msedgedriver.exe b/Playground/msedgedriver.exe new file mode 100644 index 0000000..4168560 Binary files /dev/null and b/Playground/msedgedriver.exe differ diff --git a/Playground/resources/conf/drivers.xml b/Playground/resources/conf/drivers.xml index f427b66..ab38904 100644 --- a/Playground/resources/conf/drivers.xml +++ b/Playground/resources/conf/drivers.xml @@ -3,6 +3,6 @@ IEDriverServer.exe chromedriver.exe geckodriver.exe - MicrosoftWebDriver.exe + msedgedriver.exe operadriver.exe \ No newline at end of file