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

Minor issue with helidon 4.0.7? #8673

Open
hrstoyanov opened this issue Apr 18, 2024 · 2 comments
Open

Minor issue with helidon 4.0.7? #8673

hrstoyanov opened this issue Apr 18, 2024 · 2 comments
Assignees
Projects

Comments

@hrstoyanov
Copy link
Contributor

I see these dependencies in my build:

io.helidon.common:helidon-common-tls:4.0.7
|    |    |    |    +--- io.helidon.common:helidon-common:4.0.7
|    |    |    |    +--- io.helidon.config:helidon-config:4.0.7
|    |    |    |    |    +--- io.helidon.common:helidon-common-config:4.0.7 (*)
|    |    |    |    |    +--- io.helidon.common:helidon-common:4.0.7
|    |    |    |    |    +--- io.helidon.common:helidon-common-media-type:4.0.7 (*)
|    |    |    |    |    \--- io.helidon.inject:helidon-inject-api:4.0.7
|    |    |    |    |         +--- io.helidon.common:helidon-common-types:4.0.7
|    |    |    |    |         |    +--- io.helidon.common:helidon-common:4.0.7
|    |    |    |    |         |    \--- io.helidon.builder:helidon-builder-api:4.0.7 (*)
|    |    |    |    |         +--- io.helidon.common:helidon-common:4.0.7
|    |    |    |    |         +--- io.helidon.common:helidon-common-config:4.0.7 (*)
|    |    |    |    |         +--- io.helidon.logging:helidon-logging-common:4.0.7
|    |    |    |    |         |    \--- io.helidon.common:helidon-common:4.0.7
|    |    |    |    |         +--- jakarta.inject:jakarta.inject-api:2.0.1

The issue is that I only want to use Helidon SE 4.0.7, so why am I getting jakarta.inject:jakarta.inject-api:2.0.1, which I believe is part of Helidon MP???

@github-actions github-actions bot added this to Triage in Backlog Apr 18, 2024
@spericas
Copy link
Member

spericas commented Apr 18, 2024

That's a very small API jar (a few types). This is likely due to the use of Provider in Helidon inject. Can you confirm @tomas-langer?

@spericas spericas assigned spericas and tomas-langer and unassigned spericas Apr 18, 2024
@tomas-langer
Copy link
Member

Yes, this comes from our inject module. We are working on fixing this (removing the module).
Nevertheless it is a tiny jar.

@m0mus m0mus moved this from Triage to Sprint Scope in Backlog Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Backlog
  
Sprint Scope
Development

No branches or pull requests

3 participants