Skip to content

Commit

Permalink
HV-1725 Fix a few remaining things in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 18, 2019
1 parent fdfa7ce commit b115bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Logging will delegate any log requests to that provider.
</dependency>

You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
In an EE environment they are often already provided.
In a Jakarta EE environment, they are often already provided.

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.1-b09</version>
<artifactId>jakarta.el</artifactId>
<version>3.0.3</version>
</dependency>

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

0 comments on commit b115bb6

Please sign in to comment.