One very peculiar issue I’ve run into during development is an issue where I have a parent pom.xml file and a child pom.xml file. The child pom.xml file imports the parent artifact as a dependency. Now, when we make changes to dependencies in the parent pom.xml file, we don’t see them reflected when building the […]