GH-77 - Avoid exposing TestUtils to user applications.

Moved TestUtils from spring-modulith-test to spring-modulith-integration-test as it's only used there and doesn't need to be exposed to user applications.
This commit is contained in:
Oliver Drotbohm
2022-11-24 22:35:32 +01:00
parent b402f00c77
commit 02881539b6
3 changed files with 2 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.modulith.test.ApplicationModuleTest.BootstrapMode;
import org.springframework.modulith.test.TestUtils;
import org.springframework.modulith.test.ApplicationModuleTest.BootstrapMode;
import com.acme.myproject.NonVerifyingModuleTest;
import com.acme.myproject.moduleA.ServiceComponentA;