Add optional/runtime to lombok

This commit is contained in:
Dave Syer
2014-12-11 15:32:48 +00:00
parent e1381e4d2a
commit 72b0622720
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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