Code formatting

This commit is contained in:
Phillip Webb
2014-12-16 09:30:45 -08:00
parent fe5800f8be
commit f2af8b30b0
4 changed files with 26 additions and 24 deletions

View File

@@ -18,12 +18,12 @@
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<!-- Runs in the compiler so dependencies should stick to the bare minimum -->
<!-- Compile (should stick to the bare minimum) -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>