|
370 | 370 | <artifactId>lz4-java</artifactId> |
371 | 371 | <scope>provided</scope> |
372 | 372 | </dependency> |
| 373 | + <dependency> |
| 374 | + <groupId>com.github.luben</groupId> |
| 375 | + <artifactId>zstd-jni</artifactId> |
| 376 | + <scope>compile</scope> |
| 377 | + </dependency> |
373 | 378 | <dependency> |
374 | 379 | <groupId>org.junit.jupiter</groupId> |
375 | 380 | <artifactId>junit-jupiter-api</artifactId> |
|
696 | 701 | </activation> |
697 | 702 | <properties> |
698 | 703 | <require.bzip2>false</require.bzip2> |
699 | | - <zstd.prefix></zstd.prefix> |
700 | | - <zstd.lib></zstd.lib> |
701 | | - <zstd.include></zstd.include> |
702 | | - <require.zstd>false</require.zstd> |
703 | 704 | <openssl.prefix></openssl.prefix> |
704 | 705 | <openssl.lib></openssl.lib> |
705 | 706 | <openssl.include></openssl.include> |
|
749 | 750 | <GENERATED_JAVAH>${project.build.directory}/native/javah</GENERATED_JAVAH> |
750 | 751 | <JVM_ARCH_DATA_MODEL>${sun.arch.data.model}</JVM_ARCH_DATA_MODEL> |
751 | 752 | <REQUIRE_BZIP2>${require.bzip2}</REQUIRE_BZIP2> |
752 | | - <REQUIRE_ZSTD>${require.zstd}</REQUIRE_ZSTD> |
753 | | - <CUSTOM_ZSTD_PREFIX>${zstd.prefix}</CUSTOM_ZSTD_PREFIX> |
754 | | - <CUSTOM_ZSTD_LIB>${zstd.lib} </CUSTOM_ZSTD_LIB> |
755 | | - <CUSTOM_ZSTD_INCLUDE>${zstd.include} </CUSTOM_ZSTD_INCLUDE> |
756 | 753 | <REQUIRE_ISAL>${require.isal} </REQUIRE_ISAL> |
757 | 754 | <CUSTOM_ISAL_PREFIX>${isal.prefix} </CUSTOM_ISAL_PREFIX> |
758 | 755 | <CUSTOM_ISAL_LIB>${isal.lib} </CUSTOM_ISAL_LIB> |
|
807 | 804 | <require.isal>false</require.isal> |
808 | 805 | <isal.prefix></isal.prefix> |
809 | 806 | <isal.lib></isal.lib> |
810 | | - <zstd.prefix></zstd.prefix> |
811 | | - <zstd.lib></zstd.lib> |
812 | | - <zstd.include></zstd.include> |
813 | | - <require.zstd>false</require.zstd> |
814 | | - <bundle.zstd.in.bin>true</bundle.zstd.in.bin> |
815 | 807 | <openssl.prefix></openssl.prefix> |
816 | 808 | <openssl.lib></openssl.lib> |
817 | 809 | <openssl.include></openssl.include> |
|
961 | 953 | <argument>/nologo</argument> |
962 | 954 | <argument>/p:Configuration=Release</argument> |
963 | 955 | <argument>/p:OutDir=${project.build.directory}/bin/</argument> |
964 | | - <argument>/p:CustomZstdPrefix=${zstd.prefix}</argument> |
965 | | - <argument>/p:CustomZstdLib=${zstd.lib}</argument> |
966 | | - <argument>/p:CustomZstdInclude=${zstd.include}</argument> |
967 | | - <argument>/p:RequireZstd=${require.zstd}</argument> |
968 | 956 | <argument>/p:CustomOpensslPrefix=${openssl.prefix}</argument> |
969 | 957 | <argument>/p:CustomOpensslLib=${openssl.lib}</argument> |
970 | 958 | <argument>/p:CustomOpensslInclude=${openssl.include}</argument> |
|
989 | 977 | <argument>/nologo</argument> |
990 | 978 | <argument>/p:Configuration=Release</argument> |
991 | 979 | <argument>/p:OutDir=${project.build.directory}/bin/</argument> |
992 | | - <argument>/p:CustomZstdPrefix=${zstd.prefix}</argument> |
993 | | - <argument>/p:CustomZstdLib=${zstd.lib}</argument> |
994 | | - <argument>/p:CustomZstdInclude=${zstd.include}</argument> |
995 | | - <argument>/p:RequireZstd=${require.zstd}</argument> |
996 | 980 | <argument>/p:CustomOpensslPrefix=${openssl.prefix}</argument> |
997 | 981 | <argument>/p:CustomOpensslLib=${openssl.lib}</argument> |
998 | 982 | <argument>/p:CustomOpensslInclude=${openssl.include}</argument> |
|
0 commit comments