Skip to content

Commit 7d38d6c

Browse files
committed
Remove unused test dependencies.
Also, pin CDI version to 3.0. Closes #2355
1 parent ceca984 commit 7d38d6c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@
193193
</dependency>
194194

195195
<!-- CDI -->
196-
<!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 -->
197-
<dependency>
198-
<groupId>org.apache.geronimo.specs</groupId>
199-
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
200-
<version>1.3</version>
201-
<scope>test</scope>
202-
</dependency>
203196

204197
<dependency>
205198
<groupId>javax.interceptor</groupId>
@@ -211,7 +204,7 @@
211204
<dependency>
212205
<groupId>jakarta.enterprise</groupId>
213206
<artifactId>jakarta.enterprise.cdi-api</artifactId>
214-
<version>${cdi}</version>
207+
<version>3.0.1</version>
215208
<scope>provided</scope>
216209
<optional>true</optional>
217210
</dependency>

0 commit comments

Comments
 (0)