Skip to content

Commit

Permalink
feat(project): update to Zeebe 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
menski committed Feb 13, 2019
1 parent 57392fc commit 12016f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<version.zeebe>0.14.0</version.zeebe>
<version.zeebe>0.15.0</version.zeebe>
<version.dmn>7.10.0</version.dmn>
<version.feel>1.6.0</version.feel>

Expand Down
1 change: 0 additions & 1 deletion src/main/java/io/zeebe/dmn/DmnApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public void start() {
final DmnJobHandler jobHandler = createJobHandler(client);

client
.jobClient()
.newWorker()
.jobType("DMN")
.handler(jobHandler)
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/io/zeebe/WorkflowTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public void deploy() {
.done();

client
.workflowClient()
.newDeployCommand()
.addWorkflowModel(workflowDefinition, "process.bpmn")
.send()
Expand All @@ -75,7 +74,6 @@ public void cleanUp() {
public void shouldCompleteWorkflowInstance() {
final WorkflowInstanceEvent workflowInstance =
client
.workflowClient()
.newCreateInstanceCommand()
.bpmnProcessId("process")
.latestVersion()
Expand Down

0 comments on commit 12016f4

Please sign in to comment.