瀏覽代碼

Include JSON Path test dep in gradle build

Greg Turnquist 8 年之前
父節點
當前提交
f3b19be597
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      complete/build.gradle

+ 1
- 0
complete/build.gradle 查看文件

@@ -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) {