BAEL-6246 Fix AppControllerIntegrationTest (#14039)

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
This commit is contained in:
thibaultfaure 2023-05-18 04:02:35 +02:00 committed by GitHub
parent da265d4f81
commit 934390aaef
1 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,12 @@
<version>${rest-assured.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-all</artifactId>
<version>${rest-assured.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-apis</artifactId>