Further re-organization of launcher code

This commit is contained in:
Phillip Webb
2013-09-24 15:30:22 -07:00
parent 0e0eb7d3fa
commit 15bc25dc29
17 changed files with 390 additions and 347 deletions

View File

@@ -13,14 +13,15 @@
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<!-- TODO: maybe put these in the parent? -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>