Skip to content

Commit

Permalink
Include mvel2 .jar
Browse files Browse the repository at this point in the history
DAT-16164
  • Loading branch information
wwillard7800 committed Nov 14, 2023
1 parent 5f54536 commit 4b909fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
<version>2.2</version>
</dependency>

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

<!-- needed for inclusion in CLI when running in newer java versions -->
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down
1 change: 1 addition & 0 deletions liquibase-dist/src/main/assembly/assembly-bin-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<include>org.liquibase:liquibase-commercial:</include>
<include>com.opencsv:opencsv:</include>
<include>org.yaml:snakeyaml:jar:</include>
<include>org.mvel:mvel2:jar:</include>
<include>javax.xml.bind:jaxb-api:jar:</include>
<include>org.glassfish.jaxb:jaxb-runtime:jar:</include>
<include>org.glassfish.jaxb:jaxb-core:jar:</include>
Expand Down

0 comments on commit 4b909fb

Please sign in to comment.