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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -