]> source.dussan.org Git - sonarqube.git/commitdiff
Add json-simple to sonar-batch
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 8 Nov 2012 07:40:27 +0000 (08:40 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 8 Nov 2012 07:40:52 +0000 (08:40 +0100)
sonar-batch/pom.xml

index 5a05eb10354d7a4d9df225b01ecd0099f8d475a2..6e75f40ba40d968c6ca2f34a0e9b7a11cf2f82d7 100644 (file)
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.googlecode.json-simple</groupId>
+      <artifactId>json-simple</artifactId>
+    </dependency>
+
     <dependency>
       <!-- local database -->
       <groupId>com.h2database</groupId>