Maven не может разрешить зависимость Spring-boot-starter-data-jpa-test в Spring Boot 4.0.6JAVA

Программисты JAVA общаются здесь
Anonymous
Maven не может разрешить зависимость Spring-boot-starter-data-jpa-test в Spring Boot 4.0.6

Сообщение Anonymous »

Я проходил курс по основам загрузки Spring, с Spring 4.0.6 и Java 25, но у меня есть некоторые ошибки с зависимостью, я поменял версию на 3.5.0, поменял зависимость на другую, но ничего

org.springframework.boot
spring-boot-starter-data-jpa-test
test


org.springframework.boot:spring-boot-starter-data-jpa-test:pom:4.0.6 failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-starter-data-jpa-test:pom:4.0.6 from/to central (https://repo.maven.apache.org/maven2): Host desconocido (repo.maven.apache.org)

Try to run Maven import with -U flag (force update snapshots)

Вернуться в «JAVA»