From 5548a3638a4819196f45df88806c4a41b32ec51f Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Thu, 24 Sep 2020 21:43:27 +0100 Subject: [PATCH] Add dependencies for JDK11 to compile code. --- common/pom.xml | 4 ++++ pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 614c08a..0002ad2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -37,6 +37,10 @@ org.jmock jmock + + javax.activation + javax.activation-api + diff --git a/pom.xml b/pom.xml index cd5889c..9c0e38d 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ Apache Software Foundation 1.7 + 1.2.0 @@ -160,6 +161,11 @@ 1.1 provided + + javax.activation + javax.activation-api + ${activationVersion} + org.jmock