aws-samples / amazon-kinesis-learning

Learning Amazon Kinesis Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

shravansundaram opened this issue · comments

Hello

I am new to all this so any help trying to resolve the above error would be greatly appreciated. I tried to add the sl4j dependency like so in the pom.xml

org.slf4j
slf4j-simple
1.6.2
test

But upon running the code it stops at the error

I'm seeing this as well and not as familiar with java... any chance you found a work around?