fix: 修正编译问题

main
huangfeng 11 months ago
parent e9ced4a658
commit fafba12dbe

@ -118,6 +118,20 @@
<!-- <version>1.0</version>--> <!-- <version>1.0</version>-->
<!-- <scope>compile</scope>--> <!-- <scope>compile</scope>-->
<!-- </dependency>--> <!-- </dependency>-->
<dependency>
<groupId>local</groupId>
<artifactId>matlabplot</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/matlabplot.jar</systemPath>
</dependency>
<dependency>
<groupId>local</groupId>
<artifactId>javabuilder</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/javabuilder.jar</systemPath>
</dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>busi-back-serviceImpl</finalName> <finalName>busi-back-serviceImpl</finalName>

Loading…
Cancel
Save