Jelajahi Sumber

Add build.gradle to jquery fix

See gh-59
Dave Syer 5 tahun lalu
induk
melakukan
2bd0453694
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      complete/build.gradle

+ 1 - 1
complete/build.gradle

@@ -29,7 +29,7 @@ dependencies {
     compile("org.webjars:sockjs-client:1.0.2")
     compile("org.webjars:sockjs-client:1.0.2")
     compile("org.webjars:stomp-websocket:2.3.3")
     compile("org.webjars:stomp-websocket:2.3.3")
     compile("org.webjars:bootstrap:3.3.7")
     compile("org.webjars:bootstrap:3.3.7")
-    compile("org.webjars:jquery:3.1.0")
+    compile("org.webjars:jquery:3.1.1-1")
 
 
     testCompile("org.springframework.boot:spring-boot-starter-test")
     testCompile("org.springframework.boot:spring-boot-starter-test")
 }
 }