提交 a4d0bc3e authored 作者: Daniel Kroening's avatar Daniel Kroening

add javax.annotation-api dependency to xxl-job-core/pom.xml

The class com.xxl.job.core.glue.impl.SpringGlueFactory imports
javax.annotation.Resource, which requires the annotation API.  This commit
adds this dependency to the Maven build.
上级 3fdd02c6
......@@ -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>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论