Declare scram dependency to be "optional"
pgjdbc/pom.xml: "provided" made the shade plugin also remove the bundled scram dependency. Revert that change, and declare the dependency to be "optional" instead. That way, we bundle scram, and do not require reverse-dependencies to install libscram-java. Again thanks Emmanuel Bourg!
Loading
Please register or sign in to comment