mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-14 23:58:58 +00:00
added missing mysql dependency
This commit is contained in:
parent
a7fd3e290c
commit
420942950e
1 changed files with 5 additions and 5 deletions
10
pom.xml
10
pom.xml
|
@ -98,10 +98,10 @@
|
|||
<version>1.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.17</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue