[
https://issues.apache.org/jira/browse/DRILL-6280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408759#comment-16408759
]
ASF GitHub Bot commented on DRILL-6280:
---------------------------------------
Github user vrozov commented on the issue:
https://github.com/apache/drill/pull/1177
@vdiravka Please clarify your concern regarding logback-classic. Without
the fix, logback-classic is not on the classpath during `exec:java` maven
plugin execution. This causes the following issue:
```
[INFO] --- exec-maven-plugin:1.2.1:java (default) @ drill-common ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
```
> Cleanup execution of BuildTimeScan during maven build
> -----------------------------------------------------
>
> Key: DRILL-6280
> URL: https://issues.apache.org/jira/browse/DRILL-6280
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Priority: Minor
>
> {{exec:java}} has a dependency on {{logback-classic}} that is only available
> in {{test}} scope.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)