Skip to content

Commit

Permalink
[7.67.x-blue] Updating mysql connector gav
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Porter <[email protected]>
  • Loading branch information
LightGuard committed Jul 24, 2024
1 parent dc422db commit e0487c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions kie-server-parent/kie-server-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<org.kie.server.datasource.driver.class>com.mysql.cj.jdbc.MysqlXADataSource</org.kie.server.datasource.driver.class>
<!-- Connection URL, format example: jdbc:mysql://localhost:3306/mydb -->
<org.kie.server.datasource.connection.url>specify-mysql-connection-url-in-org.kie.server.datasource.connection.url</org.kie.server.datasource.connection.url>
<springboot.jdbc.driver.jar>${mysql:mysql-connector-java:jar}</springboot.jdbc.driver.jar>
<springboot.jdbc.driver.jar>${com.mysql:mysql-connector-j:jar}</springboot.jdbc.driver.jar>
</properties>
<build>
<pluginManagement>
Expand All @@ -438,8 +438,8 @@
<container>
<dependencies combine.children="append">
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
</dependencies>
</container>
Expand All @@ -450,8 +450,8 @@
</build>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
</activation>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -186,4 +186,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit e0487c1

Please sign in to comment.