Skip to content

Commit 17bb568

Browse files
removing version
1 parent 31c54b7 commit 17bb568

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.percy</groupId>
77
<artifactId>percy-java-selenium</artifactId>
8-
<version>4.28.0</version>
8+
<version>2.1.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.seleniumhq.selenium</groupId>
4747
<artifactId>selenium-java</artifactId>
48-
<version>4.15.0</version>
49-
48+
<version>4.5.3</version>
49+
<scope>provided</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.seleniumhq.selenium</groupId>
5353
<artifactId>selenium-firefox-driver</artifactId>
54-
<version>4.15.0</version>
54+
<version>4.5.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.json</groupId>
@@ -61,7 +61,8 @@
6161
<dependency>
6262
<groupId>io.github.bonigarcia</groupId>
6363
<artifactId>webdrivermanager</artifactId>
64-
<version>5.6.2</version>
64+
<version>5.3.2</version>
65+
<scope>test</scope>
6566
</dependency>
6667
<dependency>
6768
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)