Skip to content

Commit 73d4447

Browse files
dfa1claude
andcommitted
chore(deps): drop unused commons-compress and zstd-jni
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 65817e2 commit 73d4447

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
<groupId>com.google.protobuf</groupId>
2121
<artifactId>protobuf-java</artifactId>
2222
</dependency>
23-
<dependency>
24-
<groupId>org.apache.commons</groupId>
25-
<artifactId>commons-compress</artifactId>
26-
</dependency>
27-
<dependency>
28-
<groupId>com.github.luben</groupId>
29-
<artifactId>zstd-jni</artifactId>
30-
</dependency>
3123
<dependency>
3224
<groupId>org.junit.jupiter</groupId>
3325
<artifactId>junit-jupiter</artifactId>

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@
5454
<artifactId>protobuf-java</artifactId>
5555
<version>${protobuf.version}</version>
5656
</dependency>
57-
<!-- pure-Java LZ4 -->
58-
<dependency>
59-
<groupId>org.apache.commons</groupId>
60-
<artifactId>commons-compress</artifactId>
61-
<version>1.27.1</version>
62-
</dependency>
63-
<!-- Zstd: JNI-based; only option for performance -->
64-
<dependency>
65-
<groupId>com.github.luben</groupId>
66-
<artifactId>zstd-jni</artifactId>
67-
<version>1.5.6-9</version>
68-
</dependency>
6957
<dependency>
7058
<groupId>org.junit.jupiter</groupId>
7159
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)