summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-08 07:33:14 +0300
committerGravatar Uko Kokņevičs2025-08-08 07:33:14 +0300
commitc04321a59e4375d8a3f3c974f741a824bd4f55f7 (patch)
treee1126e0c39e2b5a13312aec8d2b932b7e9affaa0
parentReplace undertow with javalin (diff)
downloadlv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.tar.gz
lv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.tar.xz
lv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.zip
Add brotli4j
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 90f4b82..a06cac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
54 <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version> 54 <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version>
55 55
56 <bouncycastle.version>1.80</bouncycastle.version> 56 <bouncycastle.version>1.80</bouncycastle.version>
57 <brotli4j.version>1.18.0</brotli4j.version>
57 <checker.version>3.49.3</checker.version> 58 <checker.version>3.49.3</checker.version>
58 <checkstyle.version>10.23.1</checkstyle.version> 59 <checkstyle.version>10.23.1</checkstyle.version>
59 <jakarta.json.version>3.0.1</jakarta.json.version> 60 <jakarta.json.version>3.0.1</jakarta.json.version>
@@ -104,6 +105,11 @@
104 </dependency> 105 </dependency>
105 106
106 <dependency> 107 <dependency>
108 <groupId>com.aayushatharva.brotli4j</groupId>
109 <artifactId>brotli4j</artifactId>
110 <version>${brotli4j.version}</version>
111 </dependency>
112 <dependency>
107 <groupId>com.github.spotbugs</groupId> 113 <groupId>com.github.spotbugs</groupId>
108 <artifactId>spotbugs-annotations</artifactId> 114 <artifactId>spotbugs-annotations</artifactId>
109 <version>${spotbugs.version}</version> 115 <version>${spotbugs.version}</version>