JAVA-16561: Fix references to parents (#13222)

This commit is contained in:
freelansam 2023-01-10 01:29:14 +05:30 committed by GitHub
parent 1f360ea65d
commit 42fb696539
2 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<relativePath /> <!-- lookup parent from repository -->
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>

View File

@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
class SpringContextTest {
@Test
void contextLoads() {