This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/release-2.2.5-incubating-rc2
by this push:
new 5b2a8d12 feat: add extension dependency documentation
5b2a8d12 is described below
commit 5b2a8d1237346d8b97ba7ee0677c4ba4c5115756
Author: gaoxihui <[email protected]>
AuthorDate: Tue Feb 25 14:59:28 2025 +0800
feat: add extension dependency documentation
---
dist/ext-lib/README | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dist/ext-lib/README b/dist/ext-lib/README
new file mode 100644
index 00000000..0b54a68e
--- /dev/null
+++ b/dist/ext-lib/README
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+Please move external libs to this folder like:
+
+mysql-connector-java-8.0.30.jar
+
+you can download it from
https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]