Maven Не удается найти fr.eservices: проверка кода: jar: 3.1.0 - PullRequest
0 голосов
/ 30 августа 2018

Вот несколько строк моего файла pom:

<dependency>
    <groupId>fr.eservices</groupId>
    <artifactId>code-check</artifactId>
    <version>3.1.0</version>
    <scope>test</scope>
</dependency>

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>javax.servlet-api</artifactId>
    <version>3.1.0</version>
    <scope>provided</scope>
</dependency>
</dependencies>

Пожалуйста, у меня есть эта ошибка:

Failed to execute goal on project ProjMoocFunSpringMVC: Could not resolve dependencies for project com.mycompany:ProjMoocFunSpringMVC:war:1.0-SNAPSHOT: Failure to find fr.eservices:code-check:jar:3.1.0 in http://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 -> [Help 1]

Пожалуйста, как я могу решить эту ошибку? Большое спасибо.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...