Add optional/runtime to lombok

This commit is contained in:
Dave Syer
2014-12-11 15:32:48 +00:00
parent 27da0bc12e
commit 7ba9998646
5 changed files with 9 additions and 4 deletions

View File

@@ -81,7 +81,8 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Only needed at compile time -->
<scope>provided</scope>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>