Eliminate samskivert dependency in core.

I've long wanted to do this, but the launcher's use of all the samskivert UI
stuff made it onerous. Now that the launcher is a separate module, we can
remove the samskivert dependency in core (and tools), which simplifies things
and makes it easier to depend on core in a (future) self-updating app (when we
add support for that).
This commit is contained in:
Michael Bayne
2018-09-04 13:42:40 -07:00
parent 852d15a033
commit 97ec8632ae
17 changed files with 573 additions and 53 deletions
-5
View File
@@ -13,11 +13,6 @@
<description>Core Getdown functionality</description>
<dependencies>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>