From 491f682ba3be259820600ce9fe4e64cdd6c42a85 Mon Sep 17 00:00:00 2001 From: Emmanuel Bernard Date: Mon, 17 Sep 2018 17:07:50 +0200 Subject: [PATCH] Added javax.annotations exclusion to avoid Maven dependency convergence issues Please Martin or Stuart, go do the real fix --- arc/deployment/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arc/deployment/pom.xml b/arc/deployment/pom.xml index 15aed592fe1c8..3494589aec84d 100644 --- a/arc/deployment/pom.xml +++ b/arc/deployment/pom.xml @@ -24,6 +24,12 @@ org.jboss.protean.arc arc-processor + + + javax.annotation + javax.annotation-api + +