после добавления ниже зависимости в моем pom. xml моя сборка установки mvn завершается неудачно, если я удаляю сборку зависимости, получаю успех, я хотел бы реализовать в ней понятие hateoas для этой зависимости должно
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>
</dependency>
ниже приведена ошибка, которую я получаю, когда я выполняю mvn-установку, если удаляемую выше сборку зависимостей добиваемся успеха, пробовали различные способы, такие как добавление тега exclude, принудительная установка et c. Ошибка belwo возникает, когда я выполняю установку mvn и получаю успех, когда удаляю зависимость, использую springboot и java8 для этого проекта
Dependency convergence error for org.springframework.plugin:spring-plugin-
core:2.0.0.RELEASE paths to dependency are:
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-org.springframework.data:spring-data-rest-hal-explorer:3.2.4.RELEASE
+-org.springframework.data:spring-data-rest-webmvc:3.2.4.RELEASE
+-org.springframework.data:spring-data-rest-core:3.2.4.RELEASE
+-org.springframework.hateoas:spring-hateoas:1.0.3.RELEASE
+-org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-org.springframework.data:spring-data-rest-hal-explorer:3.2.4.RELEASE
+-org.springframework.data:spring-data-rest-webmvc:3.2.4.RELEASE
+-org.springframework.data:spring-data-rest-core:3.2.4.RELEASE
+-org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-io.springfox:springfox-swagger2:2.9.2
+-io.springfox:springfox-spi:2.9.2
+-io.springfox:springfox-core:2.9.2
+-org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-io.springfox:springfox-swagger2:2.9.2
+-io.springfox:springfox-swagger-common:2.9.2
+-org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-io.springfox:springfox-swagger2:2.9.2
+-io.springfox:springfox-spring-web:2.9.2
+-org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-io.springfox:springfox-swagger2:2.9.2
+-org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
and
+-st.byt.tscr.jdree:kta-jdree:3.0-SNAPSHOT
+-io.springfox:springfox-swagger2:2.9.2
+-org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
+-org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
failed with message:
Failed while enforcing releasability. See above detailed error message.
[INFO] ----------------------------------------------------------------------
--
[INFO] BUILD FAILURE
[INFO] ---------------------------------------