Skip to content

Commit

Permalink
catch up new dependency coords on mysql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jan 24, 2025
1 parent 68a6323 commit 4cf3263
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${test.mysql-driver.version}</version>
<type>jar</type>
<outputDirectory>${project.build.directory}/wildfly-preview-${test.wildfly.version}/standalone/deployments</outputDirectory>
Expand Down Expand Up @@ -687,8 +687,8 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${test.mysql-driver.version}</version>
<type>jar</type>
<outputDirectory>${project.build.directory}/glassfish7/glassfish/modules</outputDirectory>
Expand Down Expand Up @@ -785,8 +785,8 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${test.mysql-driver.version}</version>
<type>jar</type>
<outputDirectory>${project.build.directory}/glassfish7/glassfish/modules</outputDirectory>
Expand Down Expand Up @@ -884,8 +884,8 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${test.mysql-driver.version}</version>
<type>jar</type>
<outputDirectory>${project.build.directory}/apache-tomee-webprofile-${test.tomee.version}/lib</outputDirectory>
Expand Down

0 comments on commit 4cf3263

Please sign in to comment.