File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ Logging will delegate any log requests to that provider.
39
39
</dependency>
40
40
41
41
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
42
- In an EE environment they are often already provided.
42
+ In a Jakarta EE environment, they are often already provided.
43
43
44
44
<dependency>
45
45
<groupId>org.glassfish</groupId>
46
- <artifactId>javax .el</artifactId>
47
- <version>3.0.1-b09 </version>
46
+ <artifactId>jakarta .el</artifactId>
47
+ <version>3.0.3 </version>
48
48
</dependency>
49
49
50
50
* Jakarta Bean Validation defines integration points with [ CDI] ( http://jcp.org/en/jsr/detail?id=346 ) . If your application runs
You can’t perform that action at this time.
0 commit comments