Add Faux Pax error-handling library definition to parent POM.
Description
Handling errors in Java streams is so unwieldy that the Faux Pas library will frequently be needed to make code concise, especially if streams are used with IOException. Faux Pas should only be used as a last resort, but it's likely to be needed so often that we might as well define it in the parent POM, although not enable it by default.
Handling errors in Java streams is so unwieldy that the Faux Pas library will frequently be needed to make code concise, especially if streams are used with
IOException
. Faux Pas should only be used as a last resort, but it's likely to be needed so often that we might as well define it in the parent POM, although not enable it by default.