From 12e0847dbdd9421d1c161c190ee4afab0b9c5eba Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 21 Sep 2017 13:43:36 +0200 Subject: [PATCH] DATACOUCH-336 - Downgrade to CDI 1.0. We now build against CDI 1.0 again while using CDI 2.0 for testing. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 3fbb16a0..009649c5 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,21 @@ + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.1 + test + + javax.enterprise cdi-api