Skip to content

Commit

Permalink
chore: Pin YAKS test dependency versions as a workaround
Browse files Browse the repository at this point in the history
- Workaround for YAKS 0.17.0 bug on wrong dependency versions
  • Loading branch information
christophd committed Nov 9, 2023
1 parent 61d7027 commit 313260d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/aws-ddb-sink/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ config:
dependencies:
- groupId: org.apache.camel
artifactId: camel-aws2-ddb
version: "@camel.version@"
version: "4.1.0"
- groupId: software.amazon.awssdk
artifactId: dynamodb
version: "@aws-java-sdk2.version@"
version: "2.21.2"
- groupId: org.apache.camel
artifactId: camel-jackson
version: "@camel.version@"
version: "4.1.0"
dump:
enabled: true
failedOnly: true
Expand Down
6 changes: 3 additions & 3 deletions test/aws-s3/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ config:
dependencies:
- groupId: org.apache.camel
artifactId: camel-aws2-s3
version: "@camel.version@"
version: "4.1.0"
- groupId: software.amazon.awssdk
artifactId: s3
version: "@aws-java-sdk2.version@"
version: "2.21.2"
- groupId: org.apache.camel
artifactId: camel-jackson
version: "@camel.version@"
version: "4.1.0"
dump:
enabled: true
failedOnly: true
Expand Down
2 changes: 1 addition & 1 deletion test/mail-sink/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ config:
dependencies:
- groupId: org.citrusframework
artifactId: citrus-mail
version: "@citrus.version@"
version: "4.0.0"
resources:
- mail-server.groovy
- timer-to-mail.yaml
Expand Down

0 comments on commit 313260d

Please sign in to comment.