Commit 9cbb8571 authored by Andy Wilkinson's avatar Andy Wilkinson

Add explicit dependency on Gson

It used to be pulled in transitively by selenium-api but that's no
longer that case.

See gh-8381
parent 233e6151
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>com.jayway.jsonpath</groupId> <groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId> <artifactId>json-path</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment