Closed dmikurube closed 4 years ago
In builds of example plugins there (embulk-input-example
and else), conflicted dependencies are marked as [IGNORE IT]
.
https://github.com/embulk/embulk-base-restclient/runs/917908045
============================================ WARNING ============================================
> Configure project :embulk-input-example
Following "runtime" dependencies are included also in "compileOnly" dependencies.
([IGNORE IT] "org.msgpack:msgpack-core:0.8.11")
([IGNORE IT] "com.fasterxml.jackson.core:jackson-databind:2.6.7")
([IGNORE IT] "com.fasterxml.jackson.core:jackson-annotations:2.6.7")
([IGNORE IT] "com.fasterxml.jackson.core:jackson-core:2.6.7")
...
Thanks!
As a library (not a plugin), it should have exact accurate dependencies. With this change,
<dependencies>
in its POM file would be like below :