Browse Source

Include JSON Path test dep in gradle build

Greg Turnquist 8 years ago
parent
commit
f3b19be597
No account linked to committer's email
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      complete/build.gradle

+ 1
- 0
complete/build.gradle View File

27
 dependencies {
27
 dependencies {
28
     compile("org.springframework.boot:spring-boot-starter-web")
28
     compile("org.springframework.boot:spring-boot-starter-web")
29
     testCompile('org.springframework.boot:spring-boot-starter-test')
29
     testCompile('org.springframework.boot:spring-boot-starter-test')
30
+    testCompile('com.jayway.jsonpath:json-path')
30
 }
31
 }
31
 
32
 
32
 task wrapper(type: Wrapper) {
33
 task wrapper(type: Wrapper) {