Skip to content

Commit 68380b6

Browse files
committed
Polish "Replace commons-codec Base64 usage"
Closes gh-13378
1 parent ba8a32f commit 68380b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
55
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
66
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
7-
<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"/>
7+
<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"/>
88
<property name="regexp" value="true"/>
99
</module>
1010
</module>

0 commit comments

Comments
 (0)