#467 data-bus: remove lombok

This commit is contained in:
Paul Campbell
2017-04-01 18:12:32 +01:00
parent bc4d029a87
commit 146f367188
7 changed files with 34 additions and 28 deletions

View File

@ -42,11 +42,5 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>