From e6d669798527273bbed34b2b1fff05929c451320 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 22 Sep 2020 21:54:22 +0300 Subject: [PATCH] The aim of this commit is to add the javax.annotation javax.annotation-api 1.3.2 To the pom.xml file to further improve the functionality of the project in a Maven-oriented development environment. The aim of this commit message is to describe the purpose of this commit. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 05dab880..4cdf17f4 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,11 @@ + + javax.annotation + javax.annotation-api + 1.3.2 + junit junit