minor changes to debug execution

This commit is contained in:
pispis 2023-07-10 14:56:56 +03:00
parent b330ae2467
commit 5eb062dffd
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@
<version>1.3-groovy-2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>