mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Align with repackaging of Neo4j's ServiceUnavailableException
See gh-18162
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ package smoketest.data.neo4j;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.neo4j.driver.v1.exceptions.ServiceUnavailableException;
|
||||
import org.neo4j.driver.exceptions.ServiceUnavailableException;
|
||||
|
||||
import org.springframework.boot.test.system.CapturedOutput;
|
||||
import org.springframework.boot.test.system.OutputCaptureExtension;
|
||||
|
||||
Reference in New Issue
Block a user