From 9cbb8571111ac62526c904ca284a8d7960327bb5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Feb 2017 16:07:23 +0000 Subject: [PATCH] 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 --- spring-boot-test-autoconfigure/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml index 8e1704a5cf..0c50c14e81 100644 --- a/spring-boot-test-autoconfigure/pom.xml +++ b/spring-boot-test-autoconfigure/pom.xml @@ -44,6 +44,11 @@ jackson-databind true + + com.google.code.gson + gson + true + com.jayway.jsonpath json-path