summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c03ad4b..6306696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,5 +78,11 @@
<version>0.0.1-SNAPSHOT</version>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.reasm</groupId>
+ <artifactId>reasm-z80</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
</project>