Merge pull request #1515 from kroening/annotation-api

add javax.annotation-api dependency to xxl-job-core/pom.xml
pull/16/head
许雪里 5 years ago committed by GitHub
commit 22b3b55751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>
Loading…
Cancel
Save