<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
<fork>true</fork>
</configuration>
</plugin>
<dependency>
<groupId>com.sgcc</groupId>
<artifactId>nds</artifactId>
<version>1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/sgcc_nariOld-1.6.jar</systemPath>
</dependency>