[
https://issues.apache.org/jira/browse/BEAM-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16991788#comment-16991788
]
Ismaël Mejía commented on BEAM-8858:
------------------------------------
Notice also that for the SQL case, the previous version had commons-codec in
its dependencies:
[https://repo1.maven.org/maven2/org/apache/beam/beam-sdks-java-extensions-sql/2.16.0/beam-sdks-java-extensions-sql-2.16.0.pom
|https://repo1.maven.org/maven2/org/apache/beam/beam-sdks-java-core/2.16.0/beam-sdks-java-core-2.16.0.pom]
vs latest snapshot
[https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-extensions-sql/2.19.0-SNAPSHOT/beam-sdks-java-extensions-sql-2.19.0-20191209.072030-5.pom]
> Missing dependencies in SQL module pom
> --------------------------------------
>
> Key: BEAM-8858
> URL: https://issues.apache.org/jira/browse/BEAM-8858
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Affects Versions: 2.18.0
> Reporter: Ismaël Mejía
> Assignee: Kenneth Knowles
> Priority: Blocker
> Fix For: 2.18.0
>
>
> I moved an user project that depends on the SQL module to the version
> 2.18.0-SNAPSHOT and I discovered that it was not working anymore because some
> of the transitive dependencies were not correctly exposed anymore by the SQL
> module e.g. commons-codec and Nullable annotations dependency.
> There are some missing dependencies in the generated pom file when compared
> with previous versions, probably cases of `usedUndeclaredArtifacts`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)