mirror of
https://github.com/valitydev/wb-list-manager.git
synced 2024-11-06 01:35:17 +00:00
Fix/add iam to pom (#22)
This commit is contained in:
parent
3301dc9d05
commit
cb597576be
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Build Java
|
||||
uses: valitydev/action-jdk-build@v0.0.7
|
||||
uses: valitydev/action-jdk-build@v0.0.7
|
||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
||||
registry-username: ${{ github.actor }}
|
||||
registry-access-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
|
4
pom.xml
4
pom.xml
@ -89,6 +89,10 @@
|
||||
<artifactId>riak-client</artifactId>
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>software.amazon.msk</groupId>
|
||||
<artifactId>aws-msk-iam-auth</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--kafka-->
|
||||
<dependency>
|
||||
|
@ -45,7 +45,7 @@ public class RiakTest {
|
||||
row.setValue(VALUE);
|
||||
Awaitility.await()
|
||||
.pollDelay(5_000L, TimeUnit.MILLISECONDS)
|
||||
.atMost(20_000L, TimeUnit.MILLISECONDS)
|
||||
.atMost(30_000L, TimeUnit.MILLISECONDS)
|
||||
.ignoreExceptions()
|
||||
.until(() -> {
|
||||
listRepository.create(row);
|
||||
|
Loading…
Reference in New Issue
Block a user