From dee591444031a35d03506e27c58d32ecaf6f44cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alaksiej=20Miale=C5=A1ka?= Date: Sat, 20 Jan 2024 04:51:32 +0100 Subject: [PATCH] Remove WebDriverManager dependency and update to Selenium 4.13.0 (#132) - As now built-in Selenium Manager allows to download driver, we don't need to maintain webDriverManager dependency. - updated core library to use Selenium 4.13.0 (latest compatible with Java 8) - removed jackson-databind dependency - update testng to 7.5.1 (latest compatible with Java 8) - added commons-lang dependency - add workflow to automatically deploy to maven central after PR merge --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e23c67a..e2a4cb9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,11 +21,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -224,7 +224,7 @@ true ossrh - https://oss.sonatype.org/ + https://s01.oss.sonatype.org/ true