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

调整 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"]