Skip to content

Commit

Permalink
Polish "Replace commons-codec Base64 usage"
Browse files Browse the repository at this point in the history
Closes gh-13378
  • Loading branch information
snicoll committed Jun 6, 2018
1 parent ba8a32f commit 68380b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkstyle/checkstyle.xml
Expand Up @@ -4,7 +4,7 @@
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
<property name="illegalPkgs" value="sun, org.apache.commons.(?!codec|compress|dbcp2|lang|lang3|logging|pool2).*, com.google.common, org.flywaydb.core.internal, reactor.core.support.Assert"/>
<property name="illegalPkgs" value="sun, org.apache.commons.(?!compress|dbcp2|lang|lang3|logging|pool2).*, com.google.common, org.flywaydb.core.internal, reactor.core.support.Assert"/>
<property name="regexp" value="true"/>
</module>
</module>
Expand Down

0 comments on commit 68380b6

Please sign in to comment.