Skip to content

Commit

Permalink
removed feel engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 24, 2023
1 parent 1423204 commit 9106e0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 90 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Example BPMN with service task:
Available script languages:
* [javascript](https://www.graalvm.org/) (GraalVM JS)
* [groovy](http://groovy-lang.org/)
* [feel](https://github.com/camunda/feel-scala)
* [mustache](http://mustache.github.io/mustache.5.html)
* [kotlin](https://kotlinlang.org/)

Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<version.zeebe.spring>8.2.4</version.zeebe.spring>

<version.groovy>2.4.21</version.groovy>
<version.feel>1.17.1</version.feel>
<version.kotlin>1.8.21</version.kotlin>
<version.graalvm>23.0.2</version.graalvm>

Expand Down Expand Up @@ -119,12 +118,6 @@
<version>${version.groovy}</version>
</dependency>

<dependency>
<groupId>org.camunda.feel</groupId>
<artifactId>feel-engine</artifactId>
<version>${version.feel}</version>
</dependency>

<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
Expand Down Expand Up @@ -362,7 +355,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<version>${version.spring.boot}</version>
<executions>
<execution>
<goals>
Expand Down
81 changes: 0 additions & 81 deletions src/test/java/io/zeebe/script/EvaluationFeelTest.java

This file was deleted.

0 comments on commit 9106e0f

Please sign in to comment.