|
139 | 139 | <testcontainers>1.19.0</testcontainers> |
140 | 140 | <validation>3.0.2</validation> |
141 | 141 | <vavr>0.10.4</vavr> |
142 | | - <webbeans>2.0.27</webbeans> |
| 142 | + <webbeans>4.0.0</webbeans> |
143 | 143 |
|
144 | 144 | <!-- Used in asciidoc reference documentation --> |
145 | 145 | <releasetrain>2023.1.0-SNAPSHOT</releasetrain> |
|
980 | 980 | <artifactId>jakarta.validation-api</artifactId> |
981 | 981 | <version>${validation}</version> |
982 | 982 | </dependency> |
983 | | - |
984 | | - <!-- OpenWebBeans provides Jakarta EE Artifacts through a classifier --> |
985 | | - |
986 | 983 | <dependency> |
987 | 984 | <groupId>org.apache.openwebbeans</groupId> |
988 | 985 | <artifactId>openwebbeans-se</artifactId> |
989 | | - <classifier>jakarta</classifier> |
990 | 986 | <version>${webbeans}</version> |
991 | 987 | <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> |
1002 | 988 | </dependency> |
1003 | | - |
1004 | 989 | <dependency> |
1005 | 990 | <groupId>org.apache.openwebbeans</groupId> |
1006 | 991 | <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> |
1026 | 992 | <version>${webbeans}</version> |
1027 | 993 | <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> |
1038 | 994 | </dependency> |
1039 | | - |
1040 | 995 | </dependencies> |
1041 | 996 | </dependencyManagement> |
1042 | 997 |
|
|
0 commit comments