Skip to content

Commit

Permalink
Merge pull request #84 from kiegroup/7.67.x_bump-h2-2.2.220
Browse files Browse the repository at this point in the history
[7.67.x] Bump h2 from 1.4.197 to 2.2.220
  • Loading branch information
danielezonca committed Aug 2, 2023
2 parents 3ddee64 + fc95e3f commit ae8ad74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.jdbc.driver.jar/>
<maven.jdbc.username>sa</maven.jdbc.username>
<maven.jdbc.password>sasa</maven.jdbc.password>
<maven.jdbc.url>jdbc:h2:tcp://localhost/${project.basedir}/target/jbpm-test;MVCC=TRUE</maven.jdbc.url>
<maven.jdbc.url>jdbc:h2:tcp://localhost/${project.basedir}/target/jbpm-test;MODE=LEGACY;NON_KEYWORDS=VALUE</maven.jdbc.url>
<maven.jdbc.schema>public</maven.jdbc.schema>
</properties>

Expand Down

0 comments on commit ae8ad74

Please sign in to comment.