File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments