Skip to content

Commit

Permalink
Add org.mvel:mvel2 dependency
Browse files Browse the repository at this point in the history
This is a prerequisite for Java 21.
  • Loading branch information
ebyhr committed Jan 9, 2024
1 parent f366966 commit 07e67ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
<version>${dep.jeasy.version}</version>
</dependency>

<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.5.1.Final</version>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit 07e67ba

Please sign in to comment.