Я создаю демонстрационный проект, используя Spring Starter Project, через Eclipse, и я включаю Web, Actuator и Webtools в этот демонстрационный проект. По мере загрузки зависимостей в демонстрационном проекте отображается ошибка в файле pom.xml, а ниже показано сообщение об ошибке:
***" Multiple annotations found at this line:
- Failure to transfer org.latencyutils:LatencyUtils:jar:2.0.3 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be
reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.latencyutils:LatencyUtils:jar:2.0.3 from/to central
(https://repo.maven.apache.org/maven2): repo.maven.apache.org org.eclipse.aether.transfer.ArtifactTransferException: Failure to transfer org.latencyutils:LatencyUtils:jar:2.0.3
from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates
are forced. Original error: Could not transfer artifact org.latencyutils:LatencyUtils:jar:2.0.3 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org at "***
Примечание: это всего лишь несколько первых строк.
Детали IDE и JDK:
Eclipse IDE для разработчиков корпоративных Java.
Версия: 2018-12 (4.10.0)
Идентификатор сборки: 20181214-0600
JDK 1,8
Я пытался обновить eclipse и плагин, но этот процесс обновления также не удался.
Я создал несколько демонстрационных проектов с различной комбинацией зависимостей и обнаружил, что эта ошибка возникает из-за зависимости Actuator.