From 185a7f0e18c877609887e3513999516f14bfd79f Mon Sep 17 00:00:00 2001 From: markoprevisic Date: Sun, 10 Feb 2019 20:37:41 +0100 Subject: [PATCH] [BAEL-2533] removed unused import --- .../ContactAppWithObjectMapperCustomizerIntegrationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot/src/test/java/com/baeldung/jsondateformat/ContactAppWithObjectMapperCustomizerIntegrationTest.java b/spring-boot/src/test/java/com/baeldung/jsondateformat/ContactAppWithObjectMapperCustomizerIntegrationTest.java index d88c84bbbf..554283d758 100644 --- a/spring-boot/src/test/java/com/baeldung/jsondateformat/ContactAppWithObjectMapperCustomizerIntegrationTest.java +++ b/spring-boot/src/test/java/com/baeldung/jsondateformat/ContactAppWithObjectMapperCustomizerIntegrationTest.java @@ -8,7 +8,6 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.web.client.TestRestTemplate; import org.springframework.http.ResponseEntity; -import org.springframework.test.context.TestPropertySource; import org.springframework.test.context.junit4.SpringRunner; import java.io.IOException;