nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

update slf4j-log4j12 dependency's scope to test #19

Closed Young-Flash closed 2 years ago

Young-Flash commented 2 years ago

17

remove log4j in client package, just use it in test. If users want to print log info for client, they should import slf4j's implement framework (slf4j-log4j12 or slf4j-logback) by themselves in business code.