maven添加本地依赖
<dependency>
<span style="white-space:pre"> </span><groupId>apk-parser</groupId>
<span style="white-space:pre"> </span><artifactId>apk-parser</artifactId>
<span style="white-space:pre"> </span><version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/apk-parser.jar</systemPath>
</dependency>