alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

fix removing slf4j test scope due to runtime errors #314

Closed doiron closed 2 years ago

doiron commented 2 years ago

Description

mvn clean compile was failing after the log4j implementation removal. This was most likely due to the fact that these were scoped to Test. This change removes the limited scope

Testing

was able to run the mvn compile commands that were failing.

Screenshots (if appropriate)

Types of changes

Checklist

License