From 68f558903102290b6f6f37f0d1a6b945c70e939d Mon Sep 17 00:00:00 2001 From: "tristan.ramseyer" Date: Mon, 11 Jul 2022 01:56:19 +0200 Subject: [PATCH] Added missing dependency for unit test. Also removed unneeded annotation-api dependencies. --- libreplan-business/pom.xml | 13 ++++++------- pom.xml | 7 ------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/libreplan-business/pom.xml b/libreplan-business/pom.xml index 32de612f4..c7c8e0b25 100644 --- a/libreplan-business/pom.xml +++ b/libreplan-business/pom.xml @@ -40,16 +40,15 @@ + + org.glassfish + javax.el + 3.0.0 + javax.el javax.el-api - - - - - javax.annotation - javax.annotation-api - 1.3.2 + 3.0.0 diff --git a/pom.xml b/pom.xml index 106ab1daa..3773e39ea 100644 --- a/pom.xml +++ b/pom.xml @@ -254,13 +254,6 @@ javax.el javax.el-api 3.0.0 - - - - - javax.annotation - javax.annotation-api - 1.3.2