Skip to content

Commit

Permalink
Add back the "brotli"-related dependency. It is needed by Brotli (de-…
Browse files Browse the repository at this point in the history
…)compression algorithms.
  • Loading branch information
LSmyrnaios committed Dec 3, 2024
1 parent 4d8dbe8 commit db57f56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/org.brotli/dec -->
<!-- This is needed during runtime, in order to use the Brotli (de-)compression algorithms. -->
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
<version>0.1.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit db57f56

Please sign in to comment.