5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-06-10 16:41:17 +02:00

Working entry of results

This commit is contained in:
Anton Micke
2025-02-05 23:11:48 +01:00
parent ee2c9687a4
commit 9d3faf61c9
10 changed files with 152 additions and 22 deletions
+3 -8
View File
@@ -32,15 +32,10 @@
<artifactId>vaadin-spring-boot-starter</artifactId>
</dependency>
<!-- <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.13.1.1</version>
</dependency>-->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>