[
https://issues.apache.org/jira/browse/SLING-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14559270#comment-14559270
]
Bertrand Delacretaz commented on SLING-4735:
--------------------------------------------
Also, it's better to leave out the version of slf4j-api if possible, to inherit
that from the parent pom.
This works for me using this instead of slf4j-log4j12:
{code}
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
{code}
> New tests for commons.scheduler module
> --------------------------------------
>
> Key: SLING-4735
> URL: https://issues.apache.org/jira/browse/SLING-4735
> Project: Sling
> Issue Type: Test
> Components: Commons
> Reporter: Petr Shypila
> Priority: Minor
> Labels: gsoc2015
> Attachments: week0-commons-scheduler-tests.patch
>
>
> In scope of this issue I should cover commons.scheduler module with unit and
> integration tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)