[
https://issues.apache.org/jira/browse/OAK-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated OAK-11225:
---------------------------------
Description:
To check, run
{noformat}
mvn checkstyle:check -Dcheckstyle.maxAllowedViolations=1000000 2>&1 | fgrep
Unused | fgrep guava
{noformat}
was:
To check, run
{noformat}
mvn checkstyle:check -Dcheckstyle.maxAllowedViolations=1000000 | fgrep Unused |
fgrep guava
{noformat}
> remove unused Guava related imports (ongoing)
> ---------------------------------------------
>
> Key: OAK-11225
> URL: https://issues.apache.org/jira/browse/OAK-11225
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Trivial
>
> To check, run
> {noformat}
> mvn checkstyle:check -Dcheckstyle.maxAllowedViolations=1000000 2>&1 | fgrep
> Unused | fgrep guava
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)