Skip to content

Commit

Permalink
chore(bom): remove xslt template engine (#3703)
Browse files Browse the repository at this point in the history
related to #3697
  • Loading branch information
tasso94 authored Aug 29, 2023
1 parent 5606bb6 commit ffa25e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,6 @@
<artifactId>camunda-template-engines-freemarker</artifactId>
<version>${version.camunda.freemarker.template.engine}</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.extension.xslt</groupId>
<artifactId>camunda-bpm-xslt</artifactId>
<version>${version.camunda.ee.xslt-plugin}</version>
</dependency>

</dependencies>
</dependencyManagement>
</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<version.camunda.connect>1.5.6</version.camunda.connect>
<version.camunda.spin>1.21.0</version.camunda.spin>
<version.camunda.freemarker.template.engine>2.1.0</version.camunda.freemarker.template.engine>
<version.camunda.ee.xslt-plugin>1.1.0</version.camunda.ee.xslt-plugin>
<version.feel-scala>1.15.3</version.feel-scala>
<plugin.version.javadoc>3.0.1</plugin.version.javadoc>
</properties>
Expand Down

0 comments on commit ffa25e3

Please sign in to comment.