diff options
author | Francis Gagné <fragag1@gmail.com> | 2015-02-17 21:05:49 -0500 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2015-02-17 21:05:49 -0500 |
commit | 26c2d480e3f4f03fe5b04f47688273f20d8c6c00 (patch) | |
tree | cdd5f0ad76fe7080aa8a8e16da864ec09c412989 | |
parent | ef7fe9d888f5830db41c0cb0ddc39d19d959b428 (diff) |
Add reasm-z80 as an optional dependency
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |