Skip to content

Commit

Permalink
chore(scripttask): adjust xslt example (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Aug 29, 2023
1 parent 87d80c0 commit c8bdff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripttask/xslt-scripttask/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
</dependency>

<dependency>
<groupId>org.camunda.bpm.extension.xslt</groupId>
<artifactId>camunda-bpm-xslt</artifactId>
<groupId>org.camunda.community.template.engine</groupId>
<artifactId>camunda-7-template-engine-xslt</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit c8bdff2

Please sign in to comment.