summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Gagné <fragag1@gmail.com>2015-02-17 21:05:49 -0500
committerFrancis Gagné <fragag1@gmail.com>2015-02-17 21:05:49 -0500
commit26c2d480e3f4f03fe5b04f47688273f20d8c6c00 (patch)
treecdd5f0ad76fe7080aa8a8e16da864ec09c412989
parentef7fe9d888f5830db41c0cb0ddc39d19d959b428 (diff)
Add reasm-z80 as an optional dependency
-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>