From f4810b00ee20afbd69cec40a3c5e302d35ddb055 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Thu, 12 Oct 2023 19:05:00 +0200 Subject: [PATCH] cleanup for selenium 4.14 --- pom.xml | 46 ++++------------------------------------------ 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 5e080c0047c..1303a359be4 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 9.3 - 4.7.3 + 4.8.0 6.50.0 4.13.2 1.1.0 @@ -616,9 +616,9 @@ - - javadoc - + + javadoc + @@ -1359,14 +1359,6 @@ ${selenium.version} test - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - com.squareup.okio okio @@ -1386,48 +1378,18 @@ selenium-firefox-driver ${selenium.version} test - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - org.seleniumhq.selenium selenium-chrome-driver ${selenium.version} test - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - org.seleniumhq.selenium selenium-edge-driver ${selenium.version} test - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - -