Skip to content

Commit

Permalink
Enhancement: Selenium Grid Capability, missed dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Maimur Hasan <[email protected]>
  • Loading branch information
msghasan committed Nov 20, 2023
1 parent c3bf916 commit 0ba03f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,11 @@
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 0ba03f0

Please sign in to comment.