From a8c1a10fcad232634aa41029dff5ee146f0cc876 Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Sun, 13 Mar 2022 14:27:32 +0100 Subject: [PATCH] Make build work in Ubuntu 20.04 with openjdk-8-jdk without working tests (yet). --- libreplan-business/pom.xml | 7 +++++++ pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/libreplan-business/pom.xml b/libreplan-business/pom.xml index 2f5cbe09b..32de612f4 100644 --- a/libreplan-business/pom.xml +++ b/libreplan-business/pom.xml @@ -43,6 +43,13 @@ javax.el javax.el-api + + + + + javax.annotation + javax.annotation-api + 1.3.2 diff --git a/pom.xml b/pom.xml index 14e4d2f35..7465fbd22 100644 --- a/pom.xml +++ b/pom.xml @@ -254,6 +254,13 @@ javax.el javax.el-api 3.0.0 + + + + + javax.annotation + javax.annotation-api + 1.3.2