diff --git a/business-central-parent/business-central-distribution-wars/business-central/pom.xml b/business-central-parent/business-central-distribution-wars/business-central/pom.xml
index d0c4bc5ae4..5164493ee1 100644
--- a/business-central-parent/business-central-distribution-wars/business-central/pom.xml
+++ b/business-central-parent/business-central-distribution-wars/business-central/pom.xml
@@ -38,8 +38,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
diff --git a/business-central-parent/business-central-webapp-common/src/main/filtered-resources/datasource-management.properties b/business-central-parent/business-central-webapp-common/src/main/filtered-resources/datasource-management.properties
index 7f3ad70b86..cf087ffeb3 100755
--- a/business-central-parent/business-central-webapp-common/src/main/filtered-resources/datasource-management.properties
+++ b/business-central-parent/business-central-webapp-common/src/main/filtered-resources/datasource-management.properties
@@ -49,8 +49,8 @@ driverDef.version.postgresql=${version.org.postgresql}
driverDef.uuid.mysql=mysql-${version.mysql.connector-java}
driverDef.name.mysql=MySQL-${version.mysql.connector-java}
driverDef.driverClass.mysql=com.mysql.jdbc.Driver
-driverDef.groupId.mysql=mysql
-driverDef.artifactId.mysql=mysql-connector-java
+driverDef.groupId.mysql=com.mysql
+driverDef.artifactId.mysql=mysql-connector-j
driverDef.version.mysql=${version.mysql.connector-java}
# MariaDB 10.1.10
diff --git a/business-central-parent/business-central-webapp-common/src/main/resources/datasource-management.properties b/business-central-parent/business-central-webapp-common/src/main/resources/datasource-management.properties
index 9762a9b5a7..ba1ed0a756 100755
--- a/business-central-parent/business-central-webapp-common/src/main/resources/datasource-management.properties
+++ b/business-central-parent/business-central-webapp-common/src/main/resources/datasource-management.properties
@@ -49,8 +49,8 @@ driverDef.version.postgresql=9.4.1207
driverDef.uuid.mysql=mysql-5.1.38
driverDef.name.mysql=MySQL-5.1.38
driverDef.driverClass.mysql=com.mysql.jdbc.Driver
-driverDef.groupId.mysql=mysql
-driverDef.artifactId.mysql=mysql-connector-java
+driverDef.groupId.mysql=com.mysql
+driverDef.artifactId.mysql=mysql-connector-j
driverDef.version.mysql=5.1.38
# MariaDB 10.1.10
diff --git a/business-central-parent/business-central-webapp-common/src/main/resources/not-mavenized-artifacts.properties b/business-central-parent/business-central-webapp-common/src/main/resources/not-mavenized-artifacts.properties
index 8448880db3..4f2c1cf3e7 100644
--- a/business-central-parent/business-central-webapp-common/src/main/resources/not-mavenized-artifacts.properties
+++ b/business-central-parent/business-central-webapp-common/src/main/resources/not-mavenized-artifacts.properties
@@ -39,7 +39,7 @@ lucene-spatial=org.apache.lucene:lucene-spatial
lucene-spatial-extras=org.apache.lucene:lucene-spatial-extras
lucene-spatial3d=org.apache.lucene:lucene-spatial3d
lucene-suggest=org.apache.lucene:lucene-suggest
-mysql-connector-java=mysql:mysql-connector-java
+mysql-connector-java=com.mysql:mysql-connector-j
org.eclipse.bpmn2=org.eclipse:org.eclipse.bpmn2
org.eclipse.emf.common=org.eclipse.emf:org.eclipse.emf.common
org.eclipse.emf.ecore=org.eclipse.emf:org.eclipse.emf.ecore
diff --git a/business-central-parent/business-central-webapp/pom.xml b/business-central-parent/business-central-webapp/pom.xml
index 3b5bf103f9..3d01f058f5 100644
--- a/business-central-parent/business-central-webapp/pom.xml
+++ b/business-central-parent/business-central-webapp/pom.xml
@@ -2200,8 +2200,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
runtime
diff --git a/business-central-parent/business-monitoring-webapp/pom.xml b/business-central-parent/business-monitoring-webapp/pom.xml
index 998bd02239..2f03e3ca95 100644
--- a/business-central-parent/business-monitoring-webapp/pom.xml
+++ b/business-central-parent/business-monitoring-webapp/pom.xml
@@ -1372,8 +1372,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
runtime
diff --git a/business-central-parent/jbpm-server-distribution/pom.xml b/business-central-parent/jbpm-server-distribution/pom.xml
index af07cab11c..36827a2b54 100644
--- a/business-central-parent/jbpm-server-distribution/pom.xml
+++ b/business-central-parent/jbpm-server-distribution/pom.xml
@@ -33,8 +33,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
org.postgresql
diff --git a/business-central-parent/jbpm-server-distribution/src/main/assembly/assembly-server-dist.xml b/business-central-parent/jbpm-server-distribution/src/main/assembly/assembly-server-dist.xml
index 6d0c0a49bd..22a0f29b0a 100644
--- a/business-central-parent/jbpm-server-distribution/src/main/assembly/assembly-server-dist.xml
+++ b/business-central-parent/jbpm-server-distribution/src/main/assembly/assembly-server-dist.xml
@@ -71,7 +71,7 @@
- mysql:mysql-connector-java
+ com.mysql:mysql-connector-j
bin/drivers
${artifact.artifactId}.${artifact.extension}
diff --git a/business-central-parent/jbpm-server-distribution/src/main/scripts/jbpm-mysql-config.cli b/business-central-parent/jbpm-server-distribution/src/main/scripts/jbpm-mysql-config.cli
index 49da47a452..ac7a30aa98 100644
--- a/business-central-parent/jbpm-server-distribution/src/main/scripts/jbpm-mysql-config.cli
+++ b/business-central-parent/jbpm-server-distribution/src/main/scripts/jbpm-mysql-config.cli
@@ -1,7 +1,7 @@
embed-server --server-config=standalone.xml
try
- module add --name=com.mysql --resources=drivers/mysql-connector-java.jar --dependencies=javax.api,javax.transaction.api
+ module add --name=com.mysql --resources=drivers/mysql-connector-j.jar --dependencies=javax.api,javax.transaction.api
catch
echo "MySQL module exists"
end-try