I had created a spring boot application, using spring initializer. I had added some external jars to my class path using IDE. When i try to creating a jar, by maven clean and maven install, am getting
package com.art.common.exception does not exist.
Do we need to add the jar dependency XML in pom.xml?
I dont want my external jar to be part of my jar, as i could get those in runtime.