From ce4e4c64de752da2a28656d10a09f692ed9e23b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=A6=B9=E5=85=89?= Date: Fri, 5 Jul 2019 16:01:52 +0800 Subject: [PATCH] fix CI --- .../java/com/alibaba/nacos/test/naming/Subscribe_ITCase.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/src/test/java/com/alibaba/nacos/test/naming/Subscribe_ITCase.java b/test/src/test/java/com/alibaba/nacos/test/naming/Subscribe_ITCase.java index c1fe26ccb..1adc7486f 100644 --- a/test/src/test/java/com/alibaba/nacos/test/naming/Subscribe_ITCase.java +++ b/test/src/test/java/com/alibaba/nacos/test/naming/Subscribe_ITCase.java @@ -28,16 +28,11 @@ import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; -import org.omg.CORBA.TIMEOUT; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.web.server.LocalServerPort; -import org.springframework.http.HttpEntity; -import org.springframework.http.HttpHeaders; import org.springframework.http.HttpMethod; import org.springframework.http.ResponseEntity; import org.springframework.test.context.junit4.SpringRunner; -import org.springframework.util.MultiValueMap; -import org.springframework.web.util.UriComponentsBuilder; import java.util.Collections; import java.util.List;