Bael-3966: code fixes after editor review (#9203)

This commit is contained in:
Aaron Juarez
2020-05-01 15:35:29 -04:00
committed by GitHub
parent e65cfc7bd0
commit 9797d3a4fc
5 changed files with 25 additions and 4 deletions
@@ -17,6 +17,12 @@
</parent>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<!-- test scoped -->
<dependency>
<groupId>org.assertj</groupId>