oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

spring-boot-maven-plugin mainClass issue #503 : slf4j issue 'java.lang.ExceptionInInitializerError' #521

Closed GawandeKunal closed 7 years ago

GawandeKunal commented 7 years ago

Removed the dependency for slf4j version 1.6.1 to fix 'java.lang.ExceptionInInitializerError' issue while running "mvn spring-boot:run" in \oasp4j\samples\server project .

oasp-ci commented 7 years ago

Can one of the admins verify this patch?

kiran-vadla commented 7 years ago

Reviewed and Merged this Pull Request.

jomora commented 7 years ago

@GawandeKunal one remark: please provide more descriptive commit messages. You should avoid using the same message in 4 consecutive commits.

It is hard to figure out what happened when the messages do not indicate the things that changed.