benedekh / WeLoveClouds

Repository for submissions on the CloudDB course.
0 stars 1 forks source link

SLF4J missing #240

Closed banctilrobitaille closed 7 years ago

banctilrobitaille commented 7 years ago

I removed SLF4J which was a dependency for jetty server so there is an error message on boot for the LB and ECS. The reason is this jar is signed and it was causing some issues when building our jars. I think there is a way to build it within our jar but removing the signature file before. Ant has en exlude parameter that could be tested to remove the signature file.

banctilrobitaille commented 7 years ago

Added binding for slf4j->log4j