Description
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`