Skip to content

Commit

Permalink
- Fix junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Oct 7, 2024
1 parent 6dd7426 commit ac16abb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public enum ErrorCode {
MISSING_PARAMETER(5, "There is a missing parameter.", false),
INVALID_PARAMETER(6, "There is an invalid parameter.", false),
API_ALREADY_EXISTS(7, "The API already exists for another organization.", false),
BACKEND_API_DEF_NA(8, "The API already exists for another organization.", false),
BACKEND_API_DEF_NA(8, "Backend API definition is not available.", false),
NO_CHANGE(10, "No change between desired and actual API has been detected.", false, LogLevel.WARN),
EXPORT_FOLDER_EXISTS(12, "Export failed Export-Folder already exists.", false),
UPDATE_ONLY_IS_SET(13, "Creating of a new API fails, when flag updateOnly is set.", false),
Expand Down
5 changes: 5 additions & 0 deletions modules/apim-cli-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<artifactId>citrus-validation-xml</artifactId>
<version>${citrus.version}</version>
</dependency>
<dependency>
<groupId>org.citrusframework</groupId>
<artifactId>citrus-java-dsl</artifactId>
<version>4.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.citrusframework</groupId>
<artifactId>citrus-sql</artifactId>
Expand Down

0 comments on commit ac16abb

Please sign in to comment.