From 7c3171934799022b69bdc9f494b1bf3d142e8665 Mon Sep 17 00:00:00 2001 From: Xiaoguang Sun Date: Wed, 20 Jan 2021 12:20:41 +0800 Subject: [PATCH] Add javax.activation dependencies to pom.xml Add javax.activation dependencies to pom.xml so it could be built with newer version of JDK starting from 11 which removed the deprecated Java EE and CORBA Modules according to JEP 320 Signed-off-by: Xiaoguang Sun --- APIJSONORM/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/APIJSONORM/pom.xml b/APIJSONORM/pom.xml index 7d280e34d..6802c6753 100755 --- a/APIJSONORM/pom.xml +++ b/APIJSONORM/pom.xml @@ -24,6 +24,11 @@ fastjson 1.2.74 + + javax.activation + activation + 1.1.1 +