Skip to content

Commit

Permalink
bump-mysql-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Aug 5, 2024
1 parent 6c49a4f commit 8487233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jbpm-installer/src/main/resources/db/mysql_module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<module xmlns="urn:jboss:module:1.0" name="com.mysql">
<resources>
<resource-root path="mysql-connector-java.jar"/>
<resource-root path="mysql-connector-j.jar"/>
</resources>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jbpm-xes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 8487233

Please sign in to comment.