Skip to content

Commit

Permalink
bump-mysql-connector (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Aug 6, 2024
1 parent 3202a80 commit b0110a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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

0 comments on commit b0110a5

Please sign in to comment.