summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-05-02 10:04:44 +0100
committerMichael Williamson <mike@zwobble.org>2026-05-02 10:04:44 +0100
commitcd5745dfdf422ceb2a4154b575a8c512b41a8f66 (patch)
tree2e63453dfb4715f84195b969e40f01f3c7bb635f /pom.xml
parent5d76fa1b86ff1bd15b9c6b546916bc03c9d9b9b4 (diff)
Create generators from config
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>