Преглед на файлове

Remove version number from junit as well

Greg Turnquist преди 11 години
родител
ревизия
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) {