提交 a4d0bc3e 编写于 作者: D 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 is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册