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

Missing apitools__openapi-parser as a dependency for rapidoc #2024

Open
otaconix opened this issue Sep 8, 2023 · 2 comments
Open

Missing apitools__openapi-parser as a dependency for rapidoc #2024

otaconix opened this issue Sep 8, 2023 · 2 comments

Comments

@otaconix
Copy link

otaconix commented Sep 8, 2023

Hi,

I was just trying to get rapidoc in my project, and Maven complained about a missing dependency on org.webjars.npm:apitools__openapi-parser:0.0.30.

Here's the dependency I added to my project:

        <dependency>
            <groupId>org.webjars.npm</groupId>
            <artifactId>github-com-rapi-doc-RapiDoc</artifactId>
            <version>9.3.4</version>
        </dependency>

And the error message I get is:

 Could not resolve dependencies for project <redacted>: The following artifacts could not be resolved: org.webjars.npm:apitools__openapi-parser:jar:0.0.30 (absent): Could not find artifact org.webjars.npm:apitools__openapi-parser:jar:0.0.30 in <redacted> (<redacted>)

I could also not find this webjar through the interface on webjars.org, nor in Maven Central.

@jamesward
Copy link
Member

When trying to deploy this package I get:

Response was 404 - Could not get the current URL for https://github.com/mrin9/apitools because status was Not Found

This is because the metadata on NPM points to a repo that no longer exists. Do you know where the https://github.com/mrin9/apitools repo went?

@otaconix
Copy link
Author

@mrin9 Sorry to bug you like this, but both the npmjs package and the repo seem to be yours. Maybe you can tell us where the repo went?

Thanks in advance!

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

2 participants