commit | aee552c086cbdd2747a800640f0abaa686b9eb71 | [log] [tgz] |
---|---|---|
author | Till Westmann <tillw@apache.org> | Thu Nov 03 10:35:31 2016 -0700 |
committer | Michael Blow <mblow@apache.org> | Thu Nov 03 11:34:08 2016 -0700 |
tree | a7c47e83c0e08ced9686a994bd0b8dc0bf220d9d | |
parent | d1f6121af04ee99ead01af839ec421050abd78f0 [diff] [blame] |
ASTERIXDB-1728: revert to version 20090211 of JSON lib Change-Id: I0430cb84c54dec9d452625232803c03681e94099 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1338 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Michael Blow <mblow@apache.org> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml index 3da43bf..9f7d9dd 100644 --- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
@@ -60,7 +60,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20160810</version> + <version>20090211</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>