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

Maven enforcer error #728

Closed
ikorennoy opened this issue Jun 13, 2020 · 3 comments
Closed

Maven enforcer error #728

ikorennoy opened this issue Jun 13, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@ikorennoy
Copy link

ikorennoy commented Jun 13, 2020

Describe the bug
org.springdoc:springdoc-openapi-ui:1.4.1 maven enforcer error:
Dependency convergence error for io.github.classgraph:classgraph:4.8.44 paths to dependency are:

+-my.package:0.0.1
  +-org.springdoc:springdoc-openapi-ui:1.4.1
    +-org.springdoc:springdoc-openapi-webmvc-core:1.4.1
      +-org.springdoc:springdoc-openapi-common:1.4.1
        +-io.github.classgraph:classgraph:4.8.44
and
+-my.package:0.0.1
  +-org.springdoc:springdoc-openapi-ui:1.4.1
    +-org.webjars:webjars-locator-core:0.45
      +-io.github.classgraph:classgraph:4.8.69

To Reproduce
Steps to reproduce the behavior:
run maven enforcer plugin

@bnasslahsen
Copy link
Collaborator

bnasslahsen commented Jun 17, 2020

@Redfoos,

You can test with the latest available snapshot.
This dependency update will be resolved with the next release.

@ahoehma
Copy link

ahoehma commented Jun 22, 2020

@bnasslahsen I tried 1.4.2-SNAPSHOT and still got this warning:

Dependency convergence error for io.github.classgraph:classgraph:4.8.69 paths to dependency are:
+-com.siemens.spice.cc:rest-service:2020.1.0-SNAPSHOT
  +-org.springdoc:springdoc-openapi-ui:1.4.2-SNAPSHOT
    +-org.webjars:webjars-locator-core:0.45
      +-io.github.classgraph:classgraph:4.8.69
and
+-com.siemens.spice.cc:rest-service:2020.1.0-SNAPSHOT
  +-org.springdoc:springdoc-openapi-security:1.4.2-SNAPSHOT
    +-org.springdoc:springdoc-openapi-common:1.4.2-SNAPSHOT
      +-io.swagger.core.v3:swagger-integration:2.1.2
        +-io.github.classgraph:classgraph:4.8.65

@bnasslahsen
Copy link
Collaborator

@ahoehma,

Great, thank you for your test.
We will correct it in the next commit.

@bnasslahsen bnasslahsen reopened this Jun 22, 2020
@bnasslahsen bnasslahsen added the bug Something isn't working label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants