Minor cleanup from code review (comments, fixed a few exceptions);

This commit is contained in:
2025-03-03 07:49:57 -06:00
parent d4d20e2b20
commit 3a8bfe5f48
5 changed files with 7 additions and 4 deletions

View File

@ -75,6 +75,7 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- this was added to help make testcontainers work -->
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.7.0</version>