aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorZipeng WU <zipeng.wu@sonarsource.com>2021-02-24 13:03:12 +0100
committersonartech <sonartech@sonarsource.com>2021-02-26 20:07:40 +0000
commit9a4cafe8c6fae18a5fe8cac4456c75f734d88123 (patch)
treedd52f18c5ec01360688b5af8ec901d51839569b7 /build.gradle
parent8a34c0093e84fbdc50afd2d864db7f9ced8d6e46 (diff)
downloadsonarqube-9a4cafe8c6fae18a5fe8cac4456c75f734d88123.tar.gz
sonarqube-9a4cafe8c6fae18a5fe8cac4456c75f734d88123.zip
SONAR-14499 Support schema validation for JSON property types
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e8c7f1c8083..5c264e9aa17 100644
--- a/build.gradle
+++ b/build.gradle
@@ -251,6 +251,7 @@ subprojects {
entry 'scribejava-apis'
entry 'scribejava-core'
}
+ dependency 'com.github.everit-org.json-schema:org.everit.json.schema:1.12.2'
// This project is no longer maintained and was forked
// by https://github.com/java-diff-utils/java-diff-utils
// (io.github.java-diff-utils:java-diff-utils).