fix: remove common-compress (#23745)

closes #23331
This commit is contained in:
Steven Hawkins 2023-10-05 13:09:40 -04:00 committed by GitHub
parent 2dfbbff343
commit f100aa7e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,10 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>