Skip to content

Commit

Permalink
fixed response
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaM1 committed Oct 31, 2023
1 parent 73dc2d8 commit 2725465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import lombok.Setter;

import java.util.List;
import java.util.Map;
import java.util.UUID;

@Getter
Expand All @@ -19,7 +20,7 @@ public class DeployResponseDto {
private String source;
private String deploymentTime;
private String tenantId;
private DeployedProcessDefinitionsDto deployedProcessDefinitionsDto;
private Map<String, DeployedProcessInfoDto> deployedProcessDefinitions;
private String deployedCaseDefinitions;
private String deployedDecisionDefinitions;
private String deployedDecisionRequirementsDefinitions;
Expand Down

This file was deleted.

0 comments on commit 2725465

Please sign in to comment.