Mahoney / slf4j-test

Implementation of SLF4J which allows easy access to logging events in tests
39 stars 24 forks source link

Push slf4j-test to maven central #9

Closed SvenBunge closed 9 years ago

SvenBunge commented 9 years ago

Hey, I can't find slf4j-test in the maven central repository. Please push it to sonatype and add the artifact coordinates to the readme.md

SvenBunge commented 9 years ago

Hmm, found it. Sorry

<dependency>
    <groupId>uk.org.lidalia</groupId>
    <artifactId>slf4j-test</artifactId>
    <version>1.1.0</version>
    <scope>test</scope>
</dependency>