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 ranges still seem to be incorrect #2054

Open
rhazarian opened this issue Feb 14, 2024 · 0 comments
Open

Maven ranges still seem to be incorrect #2054

rhazarian opened this issue Feb 14, 2024 · 0 comments

Comments

@rhazarian
Copy link

Hello!

I've been experimenting and I've deployed @graphiql/react version 0.18.0 about an hour ago.
According to the deployment log, it has resolved headlessui__react 1.7.18 as a dependency.
However, in its pom.xml this is how its specified:
https://repo1.maven.org/maven2/org/webjars/npm/graphiql__react/0.18.0/graphiql__react-0.18.0.pom

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>headlessui__react</artifactId>
<version>[1.7.15,2.0.0-0)</version>
</dependency>

Due to this, the build system still wants to grab org.webjars.npm:headlessui__react:jar:2.0.0-alpha.3 as the latest one available, which was previously deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant