1
0
mirror of https://github.com/201206030/novel.git synced 2025-06-20 22:48:30 +00:00

解决java2nb路径在mac或linux下不识别的问题

This commit is contained in:
xiongxiaoyang 2019-12-18 10:09:28 +08:00
parent 38255d4b48
commit c71a5ebd6f

@ -189,7 +189,7 @@
<artifactId>java2nb</artifactId>
<version>1.0.0-release</version>
<scope>system</scope>
<systemPath>${pom.basedir}\src\main\resources\jar\java2nb-1.0.0-release.jar</systemPath>
<systemPath>${pom.basedir}/src/main/resources/jar/java2nb-1.0.0-release.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>