<dependency>
<groupId>org.zstack</groupId>
<artifactId>zstack-sdk</artifactId>
<version>3.4.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/zstak-sdk-3.4.0.jar</systemPath>
<dependency>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
</plugins>
</build>原文:https://www.cnblogs.com/JaxYoun/p/12419064.html