Unverified 提交 22b3b557 authored 作者: 许雪里's avatar 许雪里 提交者: GitHub

Merge pull request #1515 from kroening/annotation-api

add javax.annotation-api dependency to xxl-job-core/pom.xml
...@@ -45,6 +45,13 @@ ...@@ -45,6 +45,13 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- javax.annotation -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论