Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency convergence problems #14

Closed
Artur- opened this issue Nov 23, 2017 · 3 comments
Closed

Dependency convergence problems #14

Artur- opened this issue Nov 23, 2017 · 3 comments

Comments

@Artur-
Copy link
Member

Artur- commented Nov 23, 2017

Running the dependencyConvergence rule using the maven-enforcer-plugin reveals the following problems with the project:

[WARNING] 
Dependency convergence error for org.slf4j:slf4j-api:1.7.12 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-com.helger:ph-css:4.1.3
        +-com.helger:ph-commons:6.2.4
          +-org.slf4j:slf4j-api:1.7.12
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-org.webjars:webjars-locator-core:0.32
        +-org.slf4j:slf4j-api:1.7.7
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-ch.qos.logback:logback-classic:1.1.11
            +-org.slf4j:slf4j-api:1.7.22
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:jcl-over-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:jul-to-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:log4j-over-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25

[WARNING] 
Dependency convergence error for com.vaadin:flow-components:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-components:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-components:1.0.0.alpha10

[WARNING] 
Dependency convergence error for com.vaadin:flow-server:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-data:1.0.0.alpha9
      +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-html-components:1.0.0.alpha9
      +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-server:1.0.0.alpha10

[WARNING] 
Dependency convergence error for org.springframework.boot:spring-boot:1.5.7.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot:1.5.7.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE
    +-org.springframework.boot:spring-boot:1.5.8.RELEASE

[WARNING] 
Dependency convergence error for org.springframework:spring-core:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-aop:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-beans:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-expression:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework:spring-core:4.3.11.RELEASE

[WARNING] 
Dependency convergence error for com.vaadin:flow-client:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-client:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-client:1.0.0.alpha10

[WARNING] 
Dependency convergence error for com.vaadin:flow-push:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-com.vaadin:flow-push:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-push:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-push:1.0.0.alpha10

[WARNING] 
Dependency convergence error for org.springframework:spring-webmvc:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework:spring-webmvc:4.3.11.RELEASE

[WARNING] 
Dependency convergence error for javax.validation:validation-api:2.0.0.Final paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-data:1.0.0.alpha9
      +-javax.validation:validation-api:2.0.0.Final
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.hibernate:hibernate-validator:5.3.5.Final
        +-javax.validation:validation-api:1.1.0.Final

[WARNING] 
Dependency convergence error for com.fasterxml.jackson.core:jackson-core:2.7.3 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-org.webjars:webjars-locator-core:0.32
        +-com.fasterxml.jackson.core:jackson-core:2.7.3
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-com.fasterxml.jackson.core:jackson-databind:2.8.10
        +-com.fasterxml.jackson.core:jackson-core:2.8.10

[WARNING] 
Dependency convergence error for org.springframework:spring-web:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-web:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework:spring-web:4.3.11.RELEASE

[WARNING] 
Dependency convergence error for org.springframework.boot:spring-boot-autoconfigure:1.5.7.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-autoconfigure:1.5.7.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE
    +-org.springframework.boot:spring-boot-autoconfigure:1.5.8.RELEASE

[WARNING] 
Dependency convergence error for com.vaadin:flow-html-components:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-html-components:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-html-components:1.0.0.alpha10
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-html-components:1.0.0.alpha10

[WARNING] Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Failed while enforcing releasability the error(s) are [
Dependency convergence error for org.slf4j:slf4j-api:1.7.12 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-com.helger:ph-css:4.1.3
        +-com.helger:ph-commons:6.2.4
          +-org.slf4j:slf4j-api:1.7.12
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-org.webjars:webjars-locator-core:0.32
        +-org.slf4j:slf4j-api:1.7.7
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-ch.qos.logback:logback-classic:1.1.11
            +-org.slf4j:slf4j-api:1.7.22
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:jcl-over-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:jul-to-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE
          +-org.slf4j:log4j-over-slf4j:1.7.25
            +-org.slf4j:slf4j-api:1.7.25
, 
Dependency convergence error for com.vaadin:flow-components:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-components:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-components:1.0.0.alpha10
, 
Dependency convergence error for com.vaadin:flow-server:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-data:1.0.0.alpha9
      +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-html-components:1.0.0.alpha9
      +-com.vaadin:flow-server:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-server:1.0.0.alpha10
, 
Dependency convergence error for org.springframework.boot:spring-boot:1.5.7.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot:1.5.7.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE
    +-org.springframework.boot:spring-boot:1.5.8.RELEASE
, 
Dependency convergence error for org.springframework:spring-core:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-aop:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-beans:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-expression:4.3.12.RELEASE
          +-org.springframework:spring-core:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework:spring-core:4.3.11.RELEASE
, 
Dependency convergence error for com.vaadin:flow-client:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-client:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-client:1.0.0.alpha10
, 
Dependency convergence error for com.vaadin:flow-push:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-com.vaadin:flow-push:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-push:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-push:1.0.0.alpha10
, 
Dependency convergence error for org.springframework:spring-webmvc:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework:spring-webmvc:4.3.11.RELEASE
, 
Dependency convergence error for javax.validation:validation-api:2.0.0.Final paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-data:1.0.0.alpha9
      +-javax.validation:validation-api:2.0.0.Final
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.hibernate:hibernate-validator:5.3.5.Final
        +-javax.validation:validation-api:1.1.0.Final
, 
Dependency convergence error for com.fasterxml.jackson.core:jackson-core:2.7.3 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-server:1.0.0.alpha9
      +-org.webjars:webjars-locator-core:0.32
        +-com.fasterxml.jackson.core:jackson-core:2.7.3
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-com.fasterxml.jackson.core:jackson-databind:2.8.10
        +-com.fasterxml.jackson.core:jackson-core:2.8.10
, 
Dependency convergence error for org.springframework:spring-web:4.3.12.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-org.springframework:spring-webmvc:4.3.12.RELEASE
        +-org.springframework:spring-web:4.3.12.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework:spring-web:4.3.11.RELEASE
, 
Dependency convergence error for org.springframework.boot:spring-boot-autoconfigure:1.5.7.RELEASE paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE
      +-org.springframework.boot:spring-boot-starter:1.5.7.RELEASE
        +-org.springframework.boot:spring-boot-autoconfigure:1.5.7.RELEASE
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-org.springframework.boot:spring-boot-devtools:1.5.8.RELEASE
    +-org.springframework.boot:spring-boot-autoconfigure:1.5.8.RELEASE
, 
Dependency convergence error for com.vaadin:flow-html-components:1.0.0.alpha9 paths to dependency are:
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:vaadin:10.0.0-alpha6
    +-com.vaadin:flow-html-components:1.0.0.alpha9
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-spring-addon:1.0.0.alpha10
      +-com.vaadin:flow:1.0.0.alpha10
        +-com.vaadin:flow-html-components:1.0.0.alpha10
and
+-com.example:spring-skeleton:1.0.0.alpha10
  +-com.vaadin:flow-spring-boot-starter:1.0.0.alpha10
    +-com.vaadin:flow-html-components:1.0.0.alpha10
@Legioth
Copy link
Member

Legioth commented Nov 24, 2017

What's the actual user impact of these warnings?

@paulroemer
Copy link

paulroemer commented Nov 25, 2017

I would say it is a good hint, that there is something wrong with the dependency management. And enabling the enforcer plugin would have revealed #13 during compilation time already.

@pleku pleku added the bug label Jan 31, 2018
@pleku pleku added the spring label Mar 25, 2018
@pleku pleku added this to the 1.0 Maintenance milestone Mar 25, 2018
@Artur-
Copy link
Member Author

Artur- commented Feb 14, 2023

This is completely outdated

@Artur- Artur- closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants