[jira] [Created] (S2GRAPH-117) Cleaner logging library usage

2016-10-07 Thread Jong Wook Kim (JIRA)
Jong Wook Kim created S2GRAPH-117: - Summary: Cleaner logging library usage Key: S2GRAPH-117 URL: https://issues.apache.org/jira/browse/S2GRAPH-117 Project: S2Graph Issue Type: Improvement

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC5

2016-10-07 Thread daewon
-1 (non-binding) >From hsleep's advice I added lines below for exclude sl4j and it works. but I don't know what is right way to solve this issue. # s2core/build.sbt ``` .map { moduleId => moduleId.exclude("org.mortbay.jetty", "*").exclude("javax.servlet", "*") .exclude("org.slf4j",