From: Robert Varga Date: Wed, 1 Jun 2022 20:24:21 +0000 (+0200) Subject: Switch to jakarta.annotation-api X-Git-Tag: v6.0.0~11 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7989aabafe39e3c8b9e81261af8a94e48f0d0deb;ds=sidebyside Switch to jakarta.annotation-api odlparent has switched to a more modern version, follow it. Change-Id: Ia17c4d91a5e6e5da6d327ccaa96e41bbd629a8de Signed-off-by: Robert Varga --- 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