-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Describe the bug
When autocompleting dependency version in pom.xml, latest version is not available. However, running ./mvnw versions:display-dependency-updates -DprocessDependencyManagementTransitive=false shows it.
To Reproduce
Steps to reproduce the behavior:
- Have a Quarkus app project (https://code.quarkus.io/) that depends on
quarkus-poi - Try autocomplete to list all versions of dependency
- See that version 2.1.2 is not in the list
Expected behavior
Version 2.1.2 should be listed
Environments (please complete the following information as much as possible):
- OS: Windows 11
- VS Code version: 1.99.3
- Extension version: 0.44.0
- Maven: 3.9.9
Screenshots
./mvnw versions:display-dependency-updates -DprocessDependencyManagementTransitive=false:
Additional context
URLs:
- https://repo1.maven.org/maven2/io/quarkiverse/poi/quarkus-poi/
- https://central.sonatype.com/artifact/io.quarkiverse.poi/quarkus-poi/versions
- https://mvnrepository.com/artifact/io.quarkiverse.poi/quarkus-poi
The only difference I see is that in mvnrepository, there seems to be 2 tabs (Central and wso2-public)
anthonyvdotbe
Metadata
Metadata
Assignees
Labels
No labels



