Adjust to latest changes and add tests from test suite

This commit is contained in:
Paul Schaub 2025-01-09 14:05:15 +01:00
parent b77c8549b7
commit 994ba47b30
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
28 changed files with 272 additions and 57 deletions

View file

@ -55,6 +55,12 @@
<artifactId>sop-java-picocli</artifactId>
<version>10.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.pgpainless</groupId>
<artifactId>sop-java-testfixtures</artifactId>
<version>10.0.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>