From a4d0bc3e42da10807caa9cdaa92250ba857e4f18 Mon Sep 17 00:00:00 2001 From: Daniel Kroening Date: Mon, 16 Mar 2020 12:24:09 +0000 Subject: [PATCH] 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. --- xxl-job-core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml index 94f0de00..e6bc25e0 100644 --- a/xxl-job-core/pom.xml +++ b/xxl-job-core/pom.xml @@ -45,6 +45,13 @@ test + + + javax.annotation + javax.annotation-api + 1.3.2 + + \ No newline at end of file