fix compilation

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-08-01 20:29:44 +10:00
parent f67504c4da
commit c08b7b9e56
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
</dependencies>
<build>