Skip to content

Commit

Permalink
Add test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed May 7, 2024
1 parent 3d125ee commit a0ab608
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<extensions>
Expand All @@ -152,6 +158,8 @@
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a0ab608

Please sign in to comment.