diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-10-07 23:46:46 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-10-07 23:46:46 +0500 |
commit | f8501d374dbd39a66078bad11384ea241848acc6 (patch) | |
tree | 41deb41375982e3db1d4071117dcf22377145ab8 /pom.xml | |
parent | 4495c73482a9fb3bdb87a75816974602e833278e (diff) |
Solve 1st test case
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -10,14 +10,9 @@ <dependencies> <dependency> - <groupId>org.seleniumhq.selenium</groupId> - <artifactId>selenium-java</artifactId> - <version>4.4.0</version> - </dependency> - <dependency> - <groupId>io.github.bonigarcia</groupId> - <artifactId>webdrivermanager</artifactId> - <version>5.3.0</version> + <groupId>com.github.aquality-automation</groupId> + <artifactId>aquality-selenium</artifactId> + <version>3.1.0</version> </dependency> <dependency> <groupId>org.testng</groupId> @@ -40,11 +35,6 @@ <artifactId>log4j-core</artifactId> <version>2.19.0</version> </dependency> - <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> - <version>4.2.0</version> - </dependency> </dependencies> <properties> |