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

update doc htmlunit coordiantes #51

Open
Postremus opened this issue Jan 27, 2025 · 1 comment · May be fixed by #58
Open

update doc htmlunit coordiantes #51

Postremus opened this issue Jan 27, 2025 · 1 comment · May be fixed by #58

Comments

@Postremus
Copy link

The guide still mentions the GA for the old 2.x htmlunit

<dependency>
    <groupId>net.sourceforge.htmlunit</groupId>
    <artifactId>htmlunit</artifactId>
    <scope>test</scope>
</dependency>

However the current GA is for 4.x is:

        <dependency>
            <groupId>org.htmlunit</groupId>
            <artifactId>htmlunit</artifactId>
</dependency>

Can this be updated? Also, what confused me, that no version is stated in the guide for htmlunit. But htmlunit is not managed in quarkus-bom. Which caused me to first attempt 4.9.

@sberyozkin
Copy link
Contributor

Also, what confused me, that no version is stated in the guide for htmlunit. But htmlunit is not managed in quarkus-bom. Which caused me to first attempt 4.9.

This is a problem which I'm not sure how to address. I asked a while back to have it managed in BOM, but it was not approved, may be because it is a test dependency

@sberyozkin sberyozkin linked a pull request Feb 14, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants