diff --git a/README.md b/README.md index 5f6c222f644..bc4ba5ed812 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ The 'extras' module is also published as a separate artifact: We also provide a [shaded JAR](manual/shaded_jar/) to avoid the explicit dependency to Netty. +On Fedora 30 or later you may need to install dependencies for `netty-tcnative-boringssl-static` +by running `dnf -y install libxcrypt-compat` + + ## Compatibility The Java client driver 3.11.5.0 ([branch scylla-3.x](https://github.com/scylladb/java-driver/tree/scylla-3.x)) is compatible with diff --git a/pom.xml b/pom.xml index 19f8e074c0d..a7ccc408b7f 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,11 @@ +