Intermediate commit; to be amended.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2021-02-14 17:28:36 +01:00
parent 4f2802db19
commit 682e0d0f25
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
3 changed files with 96 additions and 4 deletions

View file

@ -48,10 +48,14 @@
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.2.22.Final</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
@ -83,7 +87,7 @@
<connection>scm:git:git://gittr.ch/java/labyrinth-server.git</connection>
<developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-server.git</developerConnection>
<url>https://gittr.ch/java/labyrinth-server</url>
<tag>v0.0.1</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<repository>