Skip to content

Commit

Permalink
fix arch unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 3, 2025
1 parent 664fbdc commit 9a40459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import java.nio.charset.UnsupportedCharsetException;

import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
import org.htmlunit.util.UrlUtils;

Expand Down
1 change: 1 addition & 0 deletions src/test/java/org/htmlunit/archunit/ArchitectureTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public class ArchitectureTest {
public static final ArchRule jdkBase64Rule = noClasses()
.that()
.resideOutsideOfPackage("org.htmlunit.jetty..")
.and().doNotHaveFullyQualifiedName("org.htmlunit.protocol.data.DataUrlDecoder")
.should().dependOnClassesThat().haveFullyQualifiedName("org.apache.commons.codec.binary.Base64");


Expand Down

0 comments on commit 9a40459

Please sign in to comment.