Просмотр исходного кода

Remove version number from junit as well

Greg Turnquist 11 лет назад
Родитель
Сommit
4477e9aab8
2 измененных файлов с 2 добавлено и 2 удалено
  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) {