use a brotli decoder that uses java and not native code

This commit is contained in:
Athou
2025-12-23 16:29:07 +01:00
parent 863ced57f8
commit c1810de316
3 changed files with 8 additions and 1 deletions

View File

@@ -521,6 +521,11 @@
<artifactId>ayza-for-apache5</artifactId>
<version>10.0.2</version>
</dependency>
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
<version>0.1.2</version>
</dependency>
<!-- test dependencies -->
<dependency>