When building from sources using maven 3.6.0, I get immediately POM errors saying the "version" is missing for some dependencies.
One example is org.apache.commons:commons-lang3 Indeed, looking at the pom (in the uimafit-core project) it is missing a version. Obviously you got it to build; I wonder what the difference is? -Marshall
