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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user