From 8abbfda619bf747c00dffd01f4ef70b2182270de Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 21 Sep 2017 13:54:57 +0200 Subject: [PATCH] DATAGEODE-42 - Downgrade to CDI 1.0. We now build against CDI 1.0 again while using CDI 2.0 for testing. --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c80f2fe1..726d1cc5 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,29 @@ - + + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.1 + test + + + + javax.el + el-api + 2.2 + test + + javax.enterprise cdi-api