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
This commit is contained in:
Andy Wilkinson
2017-02-22 16:07:23 +00:00
parent 233e6151b9
commit 9cbb857111

View File

@@ -44,6 +44,11 @@
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>