Add some tests for PropertiesLauncher

This commit is contained in:
Dave Syer
2013-09-19 18:08:24 +01:00
parent f83fd47184
commit 053c072155
8 changed files with 285 additions and 298 deletions

View File

@@ -12,6 +12,17 @@
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<!-- TODO: maybe put these in the parent? -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>