File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 292
292
<jbossLoggingVersion >${version.org.jboss.logging.jboss-logging} </jbossLoggingVersion >
293
293
<classmateVersion >${version.com.fasterxml.classmate} </classmateVersion >
294
294
<jakartaElVersion >${version.org.glassfish.jakarta.el} </jakartaElVersion >
295
+ <expresslyVersion >${version.org.glassfish.expressly} </expresslyVersion >
295
296
296
297
<wildflyVersion >${version.wildfly} </wildflyVersion >
297
298
<wildflySecondaryVersion >${version.wildfly.secondary} </wildflySecondaryVersion >
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ implementation]:
46
46
[subs="verbatim,attributes"]
47
47
----
48
48
<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>
52
52
</dependency>
53
53
----
54
54
====
You can’t perform that action at this time.
0 commit comments