Pārlūkot izejas kodu

Remove version number from junit as well

Greg Turnquist 11 gadi atpakaļ
vecāks
revīzija
4477e9aab8
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      complete/build.gradle
  2. 1 1
      initial/build.gradle

+ 1 - 1
complete/build.gradle

@@ -28,7 +28,7 @@ dependencies {
     compile("org.springframework.boot:spring-boot-starter-websocket")
     compile("org.springframework:spring-messaging")
     compile("com.fasterxml.jackson.core:jackson-databind")
-    testCompile("junit:junit:4.11")
+    testCompile("junit:junit")
 }
 
 task wrapper(type: Wrapper) {

+ 1 - 1
initial/build.gradle

@@ -28,7 +28,7 @@ dependencies {
     compile("org.springframework.boot:spring-boot-starter-websocket")
     compile("org.springframework:spring-messaging")
     compile("com.fasterxml.jackson.core:jackson-databind")
-    testCompile("junit:junit:4.11")
+    testCompile("junit:junit")
 }
 
 task wrapper(type: Wrapper) {