Skip to content

Commit

Permalink
Merge pull request #83 from tkobayas/bump-h2-2.2.220
Browse files Browse the repository at this point in the history
Bump h2 from 1.4.197 to 2.2.220
  • Loading branch information
danielezonca committed Aug 1, 2023
1 parent 0790183 commit 6bf13f2
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 6bf13f2

Please sign in to comment.