diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c1c70fcc4..59838985a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,8 +9,6 @@ updates:
ignore:
# This is the minimum Jenkins version
- dependency-name: "org.jenkins-ci.main:cli"
- # Provided by Jenkins core
- - dependency-name: "javax.annotation:javax.annotation-api"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
diff --git a/build-monitor-acceptance/pom.xml b/build-monitor-acceptance/pom.xml
index d4074316b..a60d246ed 100644
--- a/build-monitor-acceptance/pom.xml
+++ b/build-monitor-acceptance/pom.xml
@@ -114,12 +114,6 @@
slf4j-api
${slf4j.version}
-
-
- javax.annotation
- javax.annotation-api
- 1.3.1
-
@@ -376,6 +370,7 @@
com.squareup.okhttp3:okhttp
+ javax.annotation:javax.annotation-api
org.eclipse.jetty:jetty-client
org.eclipse.jetty:jetty-http
org.eclipse.jetty:jetty-io
diff --git a/build-monitor-plugin/pom.xml b/build-monitor-plugin/pom.xml
index 575dfeda3..3d33c4ffd 100644
--- a/build-monitor-plugin/pom.xml
+++ b/build-monitor-plugin/pom.xml
@@ -122,12 +122,6 @@
build-failure-analyzer
1.27.1
true
-
-
- javax.annotation
- javax.annotation-api
-
-
org.jenkins-ci.plugins