This is an automated email from the ASF dual-hosted git repository. gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2-dev in repository https://gitbox.apache.org/repos/asf/ozhera.git
commit 87b16c7bb570ac83ac4538ed9c66b08d3f46ffee Author: gaoxihui <[email protected]> AuthorDate: Fri Feb 14 17:10:55 2025 +0800 fix: clean up deprecated dependencies --- ozhera-operator/ozhera-operator-service/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ozhera-operator/ozhera-operator-service/pom.xml b/ozhera-operator/ozhera-operator-service/pom.xml index cebdcb78..16c0d1ab 100644 --- a/ozhera-operator/ozhera-operator-service/pom.xml +++ b/ozhera-operator/ozhera-operator-service/pom.xml @@ -55,12 +55,6 @@ http://www.apache.org/licenses/LICENSE-2.0 <artifactId>docean-plugin-k8s</artifactId> </dependency> - - - <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
