Forráskód Böngészése

add javax.annotation-api

nieqiuqiu 6 éve
szülő
commit
275598a243
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      mybatis-plus/build.gradle

+ 2 - 0
mybatis-plus/build.gradle

@@ -23,4 +23,6 @@ dependencies {
 
     testCompile "${lib.'spring-context-support'}"
     testCompile "${lib.'spring-jdbc'}"
+    testCompile 'javax.annotation:javax.annotation-api:1.3.2'
+
 }