Remove dependencies for unused UI experiment (#1465)

This commit is contained in:
dotasek 2023-11-29 17:33:16 -05:00 committed by GitHub
parent c8f6f2fed1
commit 09e010b486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -256,18 +256,6 @@
</dependency> </dependency>
<!-- End to end --> <!-- End to end -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>3.141.59</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>