Description
Commit db06634 removed the slf4j-log4j12 dependency from the parent pom, so now we no longer have test logging easily available. This makes it difficult to debug various failing tests.
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency>