Skip to content

Conversation

codepiper
Copy link

I had to add below dependency for me to work.

org.slf4j
slf4j-simple
1.6.1
compile

Also downgraded powermock-api-easymock to 1.4.12 due to classnotfound issue.

I had to add below dependency for me to work. 
<dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.6.1</version>
            <scope>compile</scope>
        </dependency>

Also downgraded powermock-api-easymock to 1.4.12 due to classnotfound issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant