From 7989aabafe39e3c8b9e81261af8a94e48f0d0deb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 1 Jun 2022 22:24:21 +0200 Subject: [PATCH] Switch to jakarta.annotation-api odlparent has switched to a more modern version, follow it. Change-Id: Ia17c4d91a5e6e5da6d327ccaa96e41bbd629a8de Signed-off-by: Robert Varga --- benchmark/dsbenchmark/pom.xml | 4 ++-- benchmark/ntfbenchmark/pom.xml | 4 ++-- benchmark/rpcbenchmark/pom.xml | 4 ++-- docs/pom.xml | 4 ++-- opendaylight/md-sal/eos-dom-akka/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index d67b4377e4..46b2f4b2c4 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -46,8 +46,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api true diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index c2cf8d560f..28f8f92aa8 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -38,8 +38,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api true diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 4aa549469f..0e4ac9c11d 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -38,8 +38,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api true diff --git a/docs/pom.xml b/docs/pom.xml index 012cbc29f0..e18d0153fe 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -102,8 +102,8 @@ javax.inject - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api org.kohsuke.metainf-services diff --git a/opendaylight/md-sal/eos-dom-akka/pom.xml b/opendaylight/md-sal/eos-dom-akka/pom.xml index 87d3161925..4e9ca8e713 100644 --- a/opendaylight/md-sal/eos-dom-akka/pom.xml +++ b/opendaylight/md-sal/eos-dom-akka/pom.xml @@ -80,8 +80,8 @@ true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api provided true -- 2.36.6