Skip to content

Commit 85b0a8f

Browse files
committed
exclude brotli
1 parent 51f0278 commit 85b0a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/htmlunit/archunit/ArchitectureTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public class ArchitectureTest {
6161
.that().haveNameMatching(".*Util.?")
6262
.and().doNotHaveFullyQualifiedName("org.htmlunit.cssparser.util.ParserUtils")
6363
.and().doNotHaveFullyQualifiedName("org.htmlunit.http.HttpUtils")
64+
.and().doNotHaveFullyQualifiedName("org.htmlunit.util.brotli.Utils")
6465

6566
.and().doNotHaveFullyQualifiedName("org.htmlunit.platform.font.AwtFontUtil")
6667
.and().doNotHaveFullyQualifiedName("org.htmlunit.platform.font.FontUtil")

0 commit comments

Comments
 (0)