We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf476b9 commit 5444ac3Copy full SHA for 5444ac3
spring-data-mongodb/pom.xml
@@ -138,6 +138,21 @@
138
</dependency>
139
140
<!-- CDI -->
141
+ <!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 -->
142
+ <dependency>
143
+ <groupId>org.apache.geronimo.specs</groupId>
144
+ <artifactId>geronimo-jcdi_2.0_spec</artifactId>
145
+ <version>1.0.1</version>
146
+ <scope>test</scope>
147
+ </dependency>
148
+
149
150
+ <groupId>javax.interceptor</groupId>
151
+ <artifactId>javax.interceptor-api</artifactId>
152
+ <version>1.2.1</version>
153
154
155
156
<dependency>
157
<groupId>javax.enterprise</groupId>
158
<artifactId>cdi-api</artifactId>
0 commit comments