java - SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6] -
i trying write excel file using jxls template file , corresponding jar has dependency slf4j 1.6 , resolve during compilation. jar has dependancy slf4j 1.5.6 resolved other program same project. note slf4j 1.5.6 setting classpath. when trying execute jxls program asking slf4j 1.6. in scenario getting above error.
note following points -
- i using gradle build tool
- i not want hamper other processes running using
Comments
Post a Comment