Skip to content

Commit

Permalink
lib: test de déploiment d'un fork de la librairie flowable
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchou59 committed Dec 22, 2023
1 parent d750525 commit a0c257e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>17</java.version>
<springdoc.version>2.2.0</springdoc.version>
<flowable.version>7.1.0-SNAPSHOT</flowable.version>
<flowable.version>7.1.0-insee1</flowable.version>
<pitest.version>1.11.7</pitest.version>
<pitest.junit.version>1.1.2</pitest.junit.version>
</properties>
Expand All @@ -35,15 +35,15 @@
<dependencies>

<dependency>
<groupId>org.flowable</groupId>
<groupId>fr.insee.sndil.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process-rest</artifactId>
<version>${flowable.version}</version>
</dependency>


<!-- to use groovy engine in script task in bpmn -->
<dependency>
<groupId>org.flowable</groupId>
<groupId>fr.insee.sndil.flowable</groupId>
<artifactId>flowable-groovy-script-static-engine</artifactId>
<version>${flowable.version}</version>
</dependency>
Expand Down

0 comments on commit a0c257e

Please sign in to comment.