Parcourir la source

Include JSON Path test dep in gradle build

Greg Turnquist il y a 8 ans
Parent
révision
f3b19be597
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      complete/build.gradle

+ 1
- 0
complete/build.gradle Voir le fichier

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