Skip to content

Commit ff494f5

Browse files
committed
Upgrade to OpenWebBeans 4.0.
Closes #2804
1 parent 9a6490b commit ff494f5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<archunit.version>0.23.1</archunit.version>
7474
<blockhound.version>1.0.8.RELEASE</blockhound.version>
7575
<byte-buddy.version>1.14.3</byte-buddy.version>
76-
<cdi>3.0.1</cdi>
7776
<checkstyle.skip>${skipTests}</checkstyle.skip>
7877
<checkstyle.version>8.40</checkstyle.version>
7978
<classgraph.version>4.8.149</classgraph.version>
@@ -319,33 +318,17 @@
319318
<dependency>
320319
<groupId>jakarta.enterprise</groupId>
321320
<artifactId>jakarta.enterprise.cdi-api</artifactId>
322-
<version>${cdi}</version>
323321
<scope>provided</scope>
324322
</dependency>
325323
<dependency>
326324
<groupId>jakarta.transaction</groupId>
327325
<artifactId>jakarta.transaction-api</artifactId>
328326
<version>${jakarta.transaction-api.version}</version>
329327
</dependency>
330-
<dependency>
331-
<groupId>org.apache.openwebbeans</groupId>
332-
<artifactId>openwebbeans-impl</artifactId>
333-
<version>${webbeans}</version>
334-
<classifier>jakarta</classifier>
335-
<scope>test</scope>
336-
</dependency>
337328
<dependency>
338329
<groupId>org.apache.openwebbeans</groupId>
339330
<artifactId>openwebbeans-se</artifactId>
340331
<version>${webbeans}</version>
341-
<classifier>jakarta</classifier>
342-
<scope>test</scope>
343-
</dependency>
344-
<dependency>
345-
<groupId>org.apache.openwebbeans</groupId>
346-
<artifactId>openwebbeans-spi</artifactId>
347-
<version>${webbeans}</version>
348-
<classifier>jakarta</classifier>
349332
<scope>test</scope>
350333
</dependency>
351334
<dependency>

0 commit comments

Comments
 (0)