This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch java11-modules in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit 615a6c59e514245694f902fd66286fb33327d949 Author: Sebastian <[email protected]> AuthorDate: Sun Jun 19 15:08:50 2022 +1200 OPENMEETINGS-2743 Fix duplicated dependency. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index bcc55c834..a220277e8 100644 --- a/pom.xml +++ b/pom.xml @@ -880,11 +880,6 @@ <artifactId>mysql-connector-java</artifactId> <version>${mysql.version}</version> </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>${mysql.version}</version> - </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId>
