Skip to content

Declare commons-lang3 dependency explicitly#572

Merged
rzo1 merged 1 commit into
HHN:masterfrom
valfirst:declare-commons-lang3-dependency-explicitly
Jun 23, 2026
Merged

Declare commons-lang3 dependency explicitly#572
rzo1 merged 1 commit into
HHN:masterfrom
valfirst:declare-commons-lang3-dependency-explicitly

Conversation

@valfirst

Copy link
Copy Markdown

To avoid build failures like this one:

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:testCompile (default-testCompile) on project crawler4j-commons: Compilation failure: Compilation failure: 
Error:  /home/runner/work/crawler4j/crawler4j/crawler4j-commons/src/test/java/edu/uci/ics/crawler4j/test/SimpleWebURL.java:[22,40] package org.apache.commons.lang3.builder does not exist
Error:  /home/runner/work/crawler4j/crawler4j/crawler4j-commons/src/test/java/edu/uci/ics/crawler4j/test/SimpleWebURL.java:[23,40] package org.apache.commons.lang3.builder does not exist
Error:  /home/runner/work/crawler4j/crawler4j/crawler4j-commons/src/test/java/edu/uci/ics/crawler4j/test/SimpleWebURL.java:[33,65] cannot find symbol
Error:    symbol:   variable ToStringStyle
Error:    location: class edu.uci.ics.crawler4j.test.SimpleWebURL
Error:  /home/runner/work/crawler4j/crawler4j/crawler4j-commons/src/test/java/edu/uci/ics/crawler4j/test/SimpleWebURL.java:[33,24] cannot find symbol
Error:    symbol:   variable ToStringBuilder
Error:    location: class edu.uci.ics.crawler4j.test.SimpleWebURL

@rzo1 rzo1 merged commit 9a52597 into HHN:master Jun 23, 2026
2 checks passed
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 this pull request may close these issues.

2 participants