Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…triever into dev
  • Loading branch information
LSmyrnaios committed Dec 5, 2024
2 parents f37a8e5 + db57f56 commit 37973a4
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 37973a4

Please sign in to comment.