File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 23252325 <!-- XZ for Java - https://tukaani.org/xz/java.html -->
23262326 <xz .version>1.9</xz .version>
23272327 <org .tukaani.xz.version>${xz.version} </org .tukaani.xz.version>
2328+
2329+ <zstd-jni .version>1.5.5-10</zstd-jni .version>
2330+ <com .github.luben.zstd-jni.version>${zstd-jni.version} </com .github.luben.zstd-jni.version>
23282331 </properties >
23292332
23302333 <dependencyManagement >
65816584 <version >${org.tukaani.xz.version} </version >
65826585 </dependency >
65836586
6587+ <dependency >
6588+ <groupId >com.github.luben</groupId >
6589+ <artifactId >zstd-jni</artifactId >
6590+ <version >${com.github.luben.zstd-jni.version} </version >
6591+ </dependency >
6592+
65846593 <!-- Test scope dependencies -->
65856594
65866595 <!-- SciJava Common - https://github.com/scijava/scijava-common -->
You can’t perform that action at this time.
0 commit comments