3rd party jars are not in the repo, may be updated from time to time.
I use dependency in maven as
    <dependency>
        <scope>system</scope>
        <systemPath>$path/$name.jar</systemPath>
   </dependency>
to compile and the jars are not in the bundle which is as I wish.
When spring-boot jar is deployed on the target machine, how to run it?