We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfa7ce commit b115bb6Copy full SHA for b115bb6
1 file changed
README.md
@@ -39,12 +39,12 @@ Logging will delegate any log requests to that provider.
39
</dependency>
40
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.
+ In a Jakarta EE environment, they are often already provided.
43
44
<dependency>
45
<groupId>org.glassfish</groupId>
46
- <artifactId>javax.el</artifactId>
47
- <version>3.0.1-b09</version>
+ <artifactId>jakarta.el</artifactId>
+ <version>3.0.3</version>
48
49
50
* Jakarta Bean Validation defines integration points with [CDI](http://jcp.org/en/jsr/detail?id=346). If your application runs
0 commit comments