Cleaned up the pom.xml file

This commit is contained in:
mathias 2021-08-19 12:08:36 +02:00
parent cca349ef60
commit 2f396093d1
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -14,6 +14,8 @@
</properties>
<dependencies>
<!-- MySQL Connector -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
@ -33,6 +35,7 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
</dependency>
</dependencies>
</project>