mirror of
https://github.com/valitydev/trusted-tokens-manager.git
synced 2024-11-06 08:35:18 +00:00
TECHDEBT-40: bump testcontainers-annotations
This commit is contained in:
parent
b502163a81
commit
c1dcc5e24d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: valitydev/action-jdk-build
|
||||
ref: v1.0.17
|
||||
ref: v1.0.18
|
||||
path: .github/actions/action-jdk-build
|
||||
|
||||
- name: Run Build Java
|
||||
|
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -21,14 +21,14 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: valitydev/action-jdk-build
|
||||
ref: v1.0.17
|
||||
ref: v1.0.18
|
||||
path: .github/actions/action-jdk-build
|
||||
|
||||
- name: Checkout GitHub Action Deploy Docker Repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: valitydev/action-deploy-docker
|
||||
ref: v1.0.13
|
||||
ref: v1.0.16
|
||||
path: .github/actions/action-deploy-docker
|
||||
|
||||
- name: Run Build Java
|
||||
|
15
pom.xml
15
pom.xml
@ -127,21 +127,10 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>testcontainers-annotations</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>1.3.2</version>
|
||||
<scope>test</scope>
|
||||
<!-- TODO remove after update testcontainers-annotations-->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>payout-manager-proto</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>fraudbusters-proto</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
|
@ -1,8 +1,8 @@
|
||||
package dev.vality.trusted.tokens.listener;
|
||||
|
||||
import com.rbkmoney.testcontainers.annotations.KafkaSpringBootTest;
|
||||
import com.rbkmoney.testcontainers.annotations.kafka.KafkaTestcontainer;
|
||||
import com.rbkmoney.testcontainers.annotations.kafka.config.KafkaProducer;
|
||||
import dev.vality.testcontainers.annotations.KafkaSpringBootTest;
|
||||
import dev.vality.testcontainers.annotations.kafka.KafkaTestcontainer;
|
||||
import dev.vality.testcontainers.annotations.kafka.config.KafkaProducer;
|
||||
import dev.vality.damsel.fraudbusters.Payment;
|
||||
import dev.vality.damsel.fraudbusters.PaymentStatus;
|
||||
import dev.vality.damsel.fraudbusters.Withdrawal;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package dev.vality.trusted.tokens.utils;
|
||||
|
||||
import com.rbkmoney.testcontainers.annotations.util.ValuesGenerator;
|
||||
import dev.vality.testcontainers.annotations.util.ValuesGenerator;
|
||||
import dev.vality.damsel.domain.BankCard;
|
||||
import dev.vality.damsel.domain.Cash;
|
||||
import dev.vality.damsel.domain.CurrencyRef;
|
||||
|
Loading…
Reference in New Issue
Block a user