ACS-6151 - added missing scope to a dependency

This commit is contained in:
Grzegorz Oleksy 2023-11-29 12:21:04 +01:00
parent 9519a7fd93
commit 51062f499c

View File

@ -109,6 +109,7 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.1</version>
<scope>test</scope>
</dependency>
</dependencies>