aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-05-07 19:26:24 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-05-07 19:26:24 +0100
commit5be5fd3daa0d50980fb3791e904e035cdbca254f (patch)
tree8109fdd92d6a8f3b59b47f147d21e23b84301494 /pom.xml
parent11a432bfc3cb11e07c68c4298fcec060ff1e25fa (diff)
downloadACQuA-5be5fd3daa0d50980fb3791e904e035cdbca254f.tar.gz
ACQuA-5be5fd3daa0d50980fb3791e904e035cdbca254f.zip
Making the output machine-readable (JSON).
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 096a14d..c6d3bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,5 +108,15 @@
108 <artifactId>testng</artifactId> 108 <artifactId>testng</artifactId>
109 <version>6.7</version> 109 <version>6.7</version>
110 </dependency> 110 </dependency>
111 <dependency>
112 <groupId>com.googlecode.json-simple</groupId>
113 <artifactId>json-simple</artifactId>
114 <version>1.1.1</version>
115 </dependency>
116 <dependency>
117 <groupId>com.google.code.gson</groupId>
118 <artifactId>gson</artifactId>
119 <version>2.3.1</version>
120 </dependency>
111 </dependencies> 121 </dependencies>
112</project> 122</project>