Skip to content

Commit b115bb6

Browse files
committed
HV-1725 Fix a few remaining things in the README.md
1 parent fdfa7ce commit b115bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Logging will delegate any log requests to that provider.
3939
</dependency>
4040

4141
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.
4343

4444
<dependency>
4545
<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>
4848
</dependency>
4949

5050
* Jakarta Bean Validation defines integration points with [CDI](http://jcp.org/en/jsr/detail?id=346). If your application runs

0 commit comments

Comments
 (0)