Skip to content

Commit c8aab8c

Browse files
committed
Upgrade to OpenWebBeans 4.0.
Closes #2112
1 parent 7346042 commit c8aab8c

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

parent/pom.xml

+1-46
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<testcontainers>1.19.0</testcontainers>
140140
<validation>3.0.2</validation>
141141
<vavr>0.10.4</vavr>
142-
<webbeans>2.0.27</webbeans>
142+
<webbeans>4.0.0</webbeans>
143143

144144
<!-- Used in asciidoc reference documentation -->
145145
<releasetrain>2023.1.0-SNAPSHOT</releasetrain>
@@ -980,63 +980,18 @@
980980
<artifactId>jakarta.validation-api</artifactId>
981981
<version>${validation}</version>
982982
</dependency>
983-
984-
<!-- OpenWebBeans provides Jakarta EE Artifacts through a classifier -->
985-
986983
<dependency>
987984
<groupId>org.apache.openwebbeans</groupId>
988985
<artifactId>openwebbeans-se</artifactId>
989-
<classifier>jakarta</classifier>
990986
<version>${webbeans}</version>
991987
<scope>test</scope>
992-
<exclusions>
993-
<exclusion>
994-
<groupId>org.apache.openwebbeans</groupId>
995-
<artifactId>*</artifactId>
996-
</exclusion>
997-
<exclusion>
998-
<groupId>org.apache.geronimo.specs</groupId>
999-
<artifactId>*</artifactId>
1000-
</exclusion>
1001-
</exclusions>
1002988
</dependency>
1003-
1004989
<dependency>
1005990
<groupId>org.apache.openwebbeans</groupId>
1006991
<artifactId>openwebbeans-spi</artifactId>
1007-
<classifier>jakarta</classifier>
1008-
<version>${webbeans}</version>
1009-
<scope>test</scope>
1010-
<exclusions>
1011-
<exclusion>
1012-
<groupId>org.apache.openwebbeans</groupId>
1013-
<artifactId>*</artifactId>
1014-
</exclusion>
1015-
<exclusion>
1016-
<groupId>org.apache.geronimo.specs</groupId>
1017-
<artifactId>*</artifactId>
1018-
</exclusion>
1019-
</exclusions>
1020-
</dependency>
1021-
1022-
<dependency>
1023-
<groupId>org.apache.openwebbeans</groupId>
1024-
<artifactId>openwebbeans-impl</artifactId>
1025-
<classifier>jakarta</classifier>
1026992
<version>${webbeans}</version>
1027993
<scope>test</scope>
1028-
<exclusions>
1029-
<exclusion>
1030-
<groupId>org.apache.openwebbeans</groupId>
1031-
<artifactId>*</artifactId>
1032-
</exclusion>
1033-
<exclusion>
1034-
<groupId>org.apache.geronimo.specs</groupId>
1035-
<artifactId>*</artifactId>
1036-
</exclusion>
1037-
</exclusions>
1038994
</dependency>
1039-
1040995
</dependencies>
1041996
</dependencyManagement>
1042997

0 commit comments

Comments
 (0)