POM 引入本地jar
<dependency>
<groupId>SVSClient</groupId>
<artifactId>SVSClient</artifactId>
<version>2.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/SVSClient.jar</systemPath>
</dependency>
<dependency>
<groupId>SVSClient</groupId>
<artifactId>SVSClient</artifactId>
<version>2.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/SVSClient.jar</systemPath>
</dependency>