diff options
| author | 2025-08-08 07:33:14 +0300 | |
|---|---|---|
| committer | 2025-08-08 07:33:14 +0300 | |
| commit | c04321a59e4375d8a3f3c974f741a824bd4f55f7 (patch) | |
| tree | e1126e0c39e2b5a13312aec8d2b932b7e9affaa0 | |
| parent | Replace undertow with javalin (diff) | |
| download | lv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.tar.gz lv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.tar.xz lv.enes:parent-c04321a59e4375d8a3f3c974f741a824bd4f55f7.zip | |
Add brotli4j
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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> |