I am working on a spring boot project ( Project A ) that would be included in other projects ( Project B, Project C ... ) . I have several dependencies in Project A, but in
inside project B pom.xml you can do the following:
.... com.example projectA com.foo.bar baz .... .....