BAEL-6649: renamed package

This commit is contained in:
emanuel.trandafir 2023-08-13 13:10:21 +02:00
parent ca0c269ff8
commit d3b6ca6974
6 changed files with 8 additions and 8 deletions

View File

@ -25,6 +25,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@ -11,7 +11,6 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.testcontainers.service.connection.ServiceConnection;
import org.springframework.test.annotation.DirtiesContext; import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.DynamicPropertyRegistry; import org.springframework.test.context.DynamicPropertyRegistry;
import org.springframework.test.context.DynamicPropertySource; import org.springframework.test.context.DynamicPropertySource;
@ -20,8 +19,8 @@ import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers; import org.testcontainers.junit.jupiter.Testcontainers;
import org.testcontainers.utility.DockerImageName; import org.testcontainers.utility.DockerImageName;
import com.baeldung.testcontainers.middleearth.MiddleEarthCharacter; import com.baeldung.testcontainers.support.MiddleEarthCharacter;
import com.baeldung.testcontainers.middleearth.MiddleEarthCharactersRepository; import com.baeldung.testcontainers.support.MiddleEarthCharactersRepository;
@Testcontainers @Testcontainers
@SpringBootTest(webEnvironment = DEFINED_PORT) @SpringBootTest(webEnvironment = DEFINED_PORT)

View File

@ -18,8 +18,8 @@ import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers; import org.testcontainers.junit.jupiter.Testcontainers;
import org.testcontainers.utility.DockerImageName; import org.testcontainers.utility.DockerImageName;
import com.baeldung.testcontainers.middleearth.MiddleEarthCharacter; import com.baeldung.testcontainers.support.MiddleEarthCharacter;
import com.baeldung.testcontainers.middleearth.MiddleEarthCharactersRepository; import com.baeldung.testcontainers.support.MiddleEarthCharactersRepository;
@Testcontainers @Testcontainers
@SpringBootTest(webEnvironment = DEFINED_PORT) @SpringBootTest(webEnvironment = DEFINED_PORT)