Added AssertJ Swing to pom.xml

This commit is contained in:
Marcus Rockwell 2024-08-12 12:29:53 -04:00
parent 8d328dbed5
commit d4c20cd6a6

View File

@ -57,6 +57,12 @@
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing-junit</artifactId>
<version>3.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>third-party</groupId>
<artifactId>bsaf</artifactId>