From 7241569c473a5939044ab969f4bce976f19e70ec Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 8 Nov 2012 08:40:27 +0100 Subject: [PATCH] Add json-simple to sonar-batch --- sonar-batch/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 5a05eb10354..6e75f40ba40 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -61,6 +61,11 @@ com.google.code.gson gson + + com.googlecode.json-simple + json-simple + + com.h2database -- 2.39.5