Skip to content

Commit dc8cf4d

Browse files
markusthoemmescsantanapr
authored andcommitted
Use Java based JsonSchema validator (#2565)
1 parent 692721b commit dc8cf4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies {
5252
compile 'org.scalamock:scalamock-scalatest-support_2.11:3.4.2'
5353
compile 'com.typesafe.akka:akka-testkit_2.11:2.4.16'
5454
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+
5557
compile project(':common:scala')
5658
compile project(':core:controller')
5759
compile project(':core:invoker')

0 commit comments

Comments
 (0)