Skip to content

Commit fe14550

Browse files
committed
Actually fixing maven build
1 parent 0ce6e21 commit fe14550

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maven/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<artifactId>guava</artifactId>
1818
</dependency>
1919
<dependency>
20-
<groupId>org.json</groupId>
21-
<artifactId>json</artifactId>
20+
<groupId>com.google.code.gson</groupId>
21+
<artifactId>gson</artifactId>
2222
</dependency>
2323
</dependencies>
2424

maven/remote-driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<artifactId>cglib-nodep</artifactId>
1818
</dependency>
1919
<dependency>
20-
<groupId>org.json</groupId>
21-
<artifactId>json</artifactId>
20+
<groupId>com.google.code.gson</groupId>
21+
<artifactId>gson</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)