einfache Reservierung möglich

This commit is contained in:
mbremer
2021-07-04 20:02:08 +02:00
parent 825363e491
commit 166871165f
10 changed files with 269 additions and 17 deletions

10
pom.xml
View File

@@ -79,6 +79,16 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-test-security</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-panache-mock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>