From 5444ac39b51b318f1926cf273b47b86b130b8db2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 21 Sep 2017 13:36:26 +0200 Subject: [PATCH] DATAMONGO-1785 - Downgrade to CDI 1.0. We now build against CDI 1.0 again while using CDI 2.0 for testing. --- spring-data-mongodb/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 10aefeecd..aa5536248 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -138,6 +138,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