Skip to content

Commit

Permalink
Merge pull request #496 from pmiddend/fix-biginteger-error
Browse files Browse the repository at this point in the history
Fix MySQL connector bug by increasing the version
  • Loading branch information
delageniere authored Oct 20, 2020
2 parents 0822459 + ce098e1 commit a1680bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions configuration/mysql/main/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<module xmlns="urn:jboss:module:1.0" name="com.mysql">
<resources>
<resource-root path="mysql-connector-java-5.1.21.jar"/>
<resource-root path="mysql-connector-java-5.1.45.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>
</module>
Binary file not shown.
24 changes: 0 additions & 24 deletions configuration/mysql/main/mysql-connector-java-5.1.21.jar.index

This file was deleted.

Binary file not shown.

0 comments on commit a1680bd

Please sign in to comment.