Adding local jars to maven dependency
<dependency>
<groupId>com.ciandt.flytour.ws</groupId>
<artifactId>flytour-ws</artifactId>
<version>0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/flytour-ws.v0.1.jar</systemPath>
</dependency>