Browse Source

更新依赖

miemie 6 years ago
parent
commit
71c0e13a2d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      build.gradle

+ 1 - 2
build.gradle

@@ -105,9 +105,8 @@ subprojects {
     }
 
     dependencies {
-        compileOnly rootProject.ext.dependencies["lombok"]
+        provided rootProject.ext.dependencies["lombok"]
         testCompile rootProject.ext.dependencies["mockito-all"]
-        testCompile rootProject.ext.dependencies["lombok"]
         testCompile rootProject.ext.dependencies["junit"]
     }