From dcb9f5dd44e4a6bb13807e30e41c4fe48ea2fa10 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 27 Jun 2018 10:58:38 -0400 Subject: [PATCH] Add JSR-250 as a dependency to avoid compilation failures for Java9+ --- dataenum/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dataenum/pom.xml b/dataenum/pom.xml index 6f4596b..0819d9a 100644 --- a/dataenum/pom.xml +++ b/dataenum/pom.xml @@ -26,6 +26,11 @@ hamcrest-junit test + + javax.annotation + jsr250-api + 1.0 +