This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit 9a8bddaeaf8f11b418f86b3d55be63bdd89e96ad 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 f2113df54..751648ac7 100644 --- a/pom.xml +++ b/pom.xml @@ -870,11 +870,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>
