소스 검색

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