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.
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.