This is an automated email from the ASF dual-hosted git repository. zhaoyuguang pushed a commit to branch zhaoyuguang_00003 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 6a2fa99dd069d00526616e28ec652a5862d5b7a9 Author: 赵禹光 <[email protected]> AuthorDate: Wed Aug 5 13:37:33 2020 +0800 fixed --- oap-server/server-bootstrap/src/main/resources/component-libraries.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml index 77402b3..e8cd83f 100755 --- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml +++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml @@ -496,5 +496,4 @@ Component-Server-Mappings: Mysqli: Mysql influxdb-java: InfluxDB Predis: Redis - PyMysql: Mysql - HBase: HBase \ No newline at end of file + PyMysql: Mysql \ No newline at end of file
