i am trying to build a single executable jar file with dependencies using maven shade plug in. in my pom.xml, i have added a dependency on a package which i have locally complied (mvn install) which is also a springframework based package. but i am getting following errors when i run my application.i am trying to build a single executable jar fi