HTML render of mapping improved again

This commit is contained in:
2022-06-15 17:05:28 +02:00
parent b90aaa6336
commit 4b58f8af7c
2 changed files with 76 additions and 37 deletions

10
pom.xml
View File

@@ -54,11 +54,11 @@
</modules>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.2</version>
<scope>test</scope>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>