WIP scopes screen and session management

This commit is contained in:
Dusan Jakub
2023-09-13 15:37:08 +02:00
parent 451eccfe00
commit e703ca25a1
12 changed files with 226 additions and 97 deletions

View File

@@ -50,6 +50,11 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>
<build>
<plugins>