microsoft / microsoft/azure-tools-for-java
HtmlUnit no longer depends on xml-api
Open
Nobody has claimed this yet.
Module: HDInsight
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Starting with version 2.68.0 HtmlUnit no longer depends on xml-api.
I think you can remove this from Utils/pom.xml
<!--xml-apis has conflict with azure-storage,-->
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Utils/pom.xml and locate the xml-apis exclusion under the HtmlUnit dependency. Check the dependency version against HtmlUnit 2.68.0, remove the obsolete exclusion if appropriate, and run the relevant Maven build or tests to confirm the project still resolves dependencies successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100