[mini-cluster] Fix mini-cluster license check when built on CentOS 8

When building the mini-cluser on CentOS 8 the Cyrus SASL
libraries also link in the libpcre2 library which is BSD licensed.
This patch adds that libary to the license file to fix the check
and allow the build to complete.

Change-Id: Icc697668c0a81659c9f358487b037b1443a1b0d9
Reviewed-on: http://gerrit.cloudera.org:8080/17148
Reviewed-by: Bankim Bhavsar <bankim@cloudera.com>
Tested-by: Grant Henke <granthenke@apache.org>
diff --git a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
index 218f950..f4c8160 100644
--- a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
+++ b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
@@ -85,7 +85,7 @@
 --------------------------------------------------------------------------------
 Cyrus SASL: BSD license
 libraries: libsasl2, libanonymous, libgssapiv2, liblogin, libplain, libsasldb
-libraries: libgs2, libdigestmd5, libcrammd5, libscram, libntlm
+libraries: libgs2, libdigestmd5, libcrammd5, libscram, libntlm, libpcre2
 Source: Centos 6.6 yum repository
 
   Copyright (c) 1998-2003 Carnegie Mellon University.  All rights reserved.