Created
August 4, 2021 13:28
-
-
Save hiroyuki-sato/37b04e2609a5b8674ed665727f4a505f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.embulk.output.s3.TestS3FileOutputPlugin > testEmbulk STANDARD_ERROR | |
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. | |
Hidden dependencies are uninitialized. Maybe using classes loaded by Embulk's top-level ClassLoader. | |
testCompile "junit:junit:4.13.2" | |
testCompile "org.embulk:embulk-core:0.10.32" | |
testCompile "org.embulk:embulk-core:0.10.32:tests" | |
testCompile "org.embulk:embulk-junit4:0.10.32" | |
testCompile "org.embulk:embulk-deps:0.10.32" | |
testCompile "org.embulk:embulk-input-file:0.10.32" | |
testCompile "org.embulk:embulk-parser-json:0.10.32" | |
testCompile "org.embulk:embulk-formatter-csv:0.10.32" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment