소스 검색

调整 build.gradle(是谁手滑了)

miemie 7 년 전
부모
커밋
e8a328db0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mybatis-plus/build.gradle

+ 1 - 1
mybatis-plus/build.gradle

@@ -3,7 +3,7 @@ dependencies {
     compile project(":mybatis-plus-generator")
     compile project(":mybatis-plus-adapter")
 
-    testCompile 'org.springframework:spring-webL:4.3.5.RELEASE'
+    testCompile 'org.springframework:spring-web:4.3.5.RELEASE'
     testCompile 'javax.servlet:servlet-api:2.5'
 
     testCompile rootProject.ext.dependencies["spring-test"]