diff options
author | Francis Gagné <fragag1@gmail.com> | 2014-09-13 21:49:30 -0400 |
---|---|---|
committer | Francis Gagné <fragag1@gmail.com> | 2014-09-13 21:59:04 -0400 |
commit | ed2f84864a7e841249e183a44178fa2c1b38de3b (patch) | |
tree | 073577d5e4319a5fba38204e8e8743eb702c0b5d /pom.xml | |
parent | 72bfd73989cd2d73863fc31146c7b173febfe879 (diff) |
Initial version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |