BAEL-6246 Fix AppControllerIntegrationTest (#14039)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
This commit is contained in:
parent
da265d4f81
commit
934390aaef
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue