You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/07/14 02:51:21 UTC

[openmeetings] 02/17: OPENMEETINGS-2743 Fix duplicated dependency.

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 <se...@apache.org>
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>