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 version for io.swagger.core.v3:swagger-models-jakarta:jar is missing #241

Closed
maksymgendin opened this issue Jun 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maksymgendin
Copy link

Describe the bug

Hello guys,

I'm getting this error in my Maven 3.8.1 when using springwolf-kafka:

[WARNING] The POM for io.github.springwolf:springwolf-core:jar:0.11.0 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for io.github.springwolf:springwolf-core:0.11.0
[ERROR] 'dependencies.dependency.version' for io.swagger.core.v3:swagger-models-jakarta:jar is missing. @ 

Not sure what the conquequences are.

Did something change in Spring Boot 3.1.1?

Dependencies and versions used

<dependency>
    <groupId>io.github.springwolf</groupId>
    <artifactId>springwolf-kafka</artifactId>
    <version>0.12.0</version>
</dependency>
<dependency>
    <groupId>io.github.springwolf</groupId>
    <artifactId>springwolf-ui</artifactId>
    <version>0.8.0</version>
</dependency>

Also in my pom.xml I'm using Spring Boot 3.1.1:

<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>3.1.1</version>
  <relativePath/> <!-- lookup parent from repository -->
</parent>
@maksymgendin maksymgendin added the bug Something isn't working label Jun 26, 2023
@maksymgendin
Copy link
Author

Sorry, duplicate to #232 😶‍🌫️

@maksymgendin maksymgendin closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2023
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

1 participant