We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692721b commit dc8cf4dCopy full SHA for dc8cf4d
1 file changed
tests/build.gradle
@@ -52,6 +52,8 @@ dependencies {
52
compile 'org.scalamock:scalamock-scalatest-support_2.11:3.4.2'
53
compile 'com.typesafe.akka:akka-testkit_2.11:2.4.16'
54
compile 'com.typesafe.akka:akka-http-testkit_2.11:10.0.9'
55
+ compile 'com.github.java-json-tools:json-schema-validator:2.2.8';
56
+
57
compile project(':common:scala')
58
compile project(':core:controller')
59
compile project(':core:invoker')
0 commit comments