summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>