Added support to generate report in JSON format

This commit is contained in:
Thomas Gøytil
2017-05-01 18:11:53 +02:00
parent 40b5c45ef6
commit 83262afd13
6 changed files with 260 additions and 21 deletions

View File

@@ -597,6 +597,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>annotations</artifactId>
<version>3.0.1u2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>