Merge pull request #1515 from kroening/annotation-api

add javax.annotation-api dependency to xxl-job-core/pom.xml
This commit is contained in:
许雪里 2020-03-29 00:40:15 +08:00 committed by GitHub
commit 22b3b55751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@
<scope>test</scope>
</dependency>
<!-- javax.annotation -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>