Skip to content

Commit

Permalink
update Camunda BPM version to 7.21.0 #86
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Sep 23, 2024
1 parent c7d7ac0 commit 48fe1f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jspdocportal-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine</artifactId>
<version>7.14.0</version>
<version>7.21.0</version>
</dependency>
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-typed-values</artifactId>
<version>7.14.0</version>
<version>7.21.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
class="org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration">

<!-- H2 (Test and Debugging) -->
<!-- Please copy the JAR file for H2 version 1.4.199 (last version tested for compatibility with MyCoRe)
from https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar
<!-- Please copy the JAR file for H2 latest version 2.3.x (last version tested for compatibility with MyCoRe)
from https://repo1.maven.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.jar
into /lib folder of the configuration directory -->
<property name="jdbcDriver" value="org.h2.Driver" />
<property name="jdbcUrl" value="jdbc:h2:file:c:/Users/mcradmin/AppData/Local/MyCoRe/myapp/data/h2/bpm" />
Expand All @@ -25,6 +25,7 @@
<property name="jdbcPassword" value="***" />
-->

<property name="historyTimeToLive" value="P1D" />
<property name="databaseSchemaUpdate" value="true" />
<property name="jobExecutorActivate" value="false" />

Expand Down

0 comments on commit 48fe1f4

Please sign in to comment.