summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorFrancis Gagné <fragag1@gmail.com>2014-09-13 21:49:30 -0400
committerFrancis Gagné <fragag1@gmail.com>2014-09-13 21:59:04 -0400
commited2f84864a7e841249e183a44178fa2c1b38de3b (patch)
tree073577d5e4319a5fba38204e8e8743eb702c0b5d /pom.xml
parent72bfd73989cd2d73863fc31146c7b173febfe879 (diff)
Initial version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3c6a858..76b463f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,4 +26,18 @@
</plugin>
</plugins>
</build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.reasm</groupId>
+ <artifactId>reasm-core</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.reasm</groupId>
+ <artifactId>reasm-m68k</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
</project>