소스 검색

add javax.annotation-api

nieqiuqiu 5 년 전
부모
커밋
275598a243
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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'
+
 }