summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7c2a6bf..fc4c716 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,11 @@
<version>0.1.0</version>
</dependency>
<dependency>
+ <groupId>org.zwobble.json5</groupId>
+ <artifactId>zwobble-json5</artifactId>
+ <version>0.1.0</version>
+ </dependency>
+ <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>