BAEL-4583-Generic-arrays-streams

This commit is contained in:
Ashley Frieze
2021-03-21 23:22:54 +00:00
parent ce9f112ed6
commit 99bb67a413
3 changed files with 83 additions and 1 deletions
@@ -24,6 +24,12 @@
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>