Dependencies, repos and packages in pom file
My understanding is that in the pom.xml file, I can specify 1) the necessary packages my bundle refers to in 2) the repo to download the JARs under repository> and 3) the dependencies within While I know the packages needed for my bundle, my bui...