From af5cd5c632cedced2cd7268b3d88e557aa691942 Mon Sep 17 00:00:00 2001 From: Daniel Heid Date: Tue, 28 Dec 2021 10:13:11 +0100 Subject: [PATCH] Move Annotation API to dependency management --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index aead59c..c8bc07f 100644 --- a/pom.xml +++ b/pom.xml @@ -115,12 +115,6 @@ 1.19 - - javax.annotation - javax.annotation-api - 1.3.2 - - org.mockito mockito-core @@ -138,6 +132,11 @@ import pom + + javax.annotation + javax.annotation-api + 1.3.2 +