ACS-6151 Move test containers to test dependencies

This commit is contained in:
pzurek
2023-11-29 14:08:32 +01:00
parent 85c838d475
commit 4b9a0ea9bc
8 changed files with 35 additions and 8 deletions

View File

@@ -57,6 +57,11 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>