MySQL connector artifact should be ignored (#28003)
Fixes #28001 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
776fc09a9b
commit
08926890f5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class IgnoredArtifacts {
|
|||
public static final Set<String> JDBC_MYSQL = Set.of(
|
||||
"io.quarkus:quarkus-jdbc-mysql",
|
||||
"io.quarkus:quarkus-jdbc-mysql-deployment",
|
||||
"mysql:mysql-connector-java"
|
||||
"com.mysql:mysql-connector-j"
|
||||
);
|
||||
|
||||
public static final Set<String> JDBC_MSSQL = Set.of(
|
||||
|
|
Loading…
Reference in a new issue