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 -

  1. i using gradle build tool
  2. i not want hamper other processes running using


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -