pom.xml: move lombok to compile scope

This commit is contained in:
Paul Campbell 2016-08-22 08:48:31 +01:00
parent acce849819
commit e108d61ac5

View file

@ -50,7 +50,6 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>