Skip to content

Commit fd7dc2a

Browse files
committed
HV-2015 Add an explicit optional dependency on EL
1 parent 4fb99ba commit fd7dc2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

engine/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<!--
5757
Provided dependencies
5858
-->
59+
<dependency>
60+
<groupId>jakarta.el</groupId>
61+
<artifactId>jakarta.el-api</artifactId>
62+
<scope>provided</scope>
63+
<optional>true</optional>
64+
</dependency>
5965
<dependency>
6066
<groupId>org.glassfish.expressly</groupId>
6167
<artifactId>expressly</artifactId>

0 commit comments

Comments
 (0)