mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-14 03:33:43 +08:00
The KingbaseES JDBC driver is not on Maven Central; declaring it as a required runtime dependency broke the default build for anyone without the proprietary jar. Move it into an opt-in `kingbase` Maven profile (build with `mvn package -Pkingbase`). No Java code imports the driver classes — it is loaded at runtime via driver-class-name only, so the default build no longer needs it. Also drop `mateclaw.browser.ssrf-check-enabled: false` from the default application.yml: the code default is true, and disabling the SSRF guard globally is unrelated to KingbaseES support. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||