aboutsummaryrefslogtreecommitdiffstats
path: root/gson/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gson/pom.xml')
-rw-r--r--gson/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index d02ede1f..7d7797a2 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -47,6 +47,11 @@
<artifactId>gson</artifactId>
</dependency>
<dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>