Skip to content

Commit 0453a28

Browse files
committed
HV-1891 Update EL dependency to Expressly in documentation
1 parent 0524d72 commit 0453a28

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

documentation/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
<jbossLoggingVersion>${version.org.jboss.logging.jboss-logging}</jbossLoggingVersion>
293293
<classmateVersion>${version.com.fasterxml.classmate}</classmateVersion>
294294
<jakartaElVersion>${version.org.glassfish.jakarta.el}</jakartaElVersion>
295+
<expresslyVersion>${version.org.glassfish.expressly}</expresslyVersion>
295296

296297
<wildflyVersion>${version.wildfly}</wildflyVersion>
297298
<wildflySecondaryVersion>${version.wildfly.secondary}</wildflySecondaryVersion>

documentation/src/main/asciidoc/ch01.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ implementation]:
4646
[subs="verbatim,attributes"]
4747
----
4848
<dependency>
49-
<groupId>org.glassfish</groupId>
50-
<artifactId>jakarta.el</artifactId>
51-
<version>{jakartaElVersion}</version>
49+
<groupId>org.glassfish.expressly</groupId>
50+
<artifactId>expressly</artifactId>
51+
<version>{expresslyVersion}</version>
5252
</dependency>
5353
----
5454
====

0 commit comments

Comments
 (0)