<dependency> <groupId>jna</groupId> <artifactId>jna</artifactId> <scope>system</scope> <version>1</version> <systemPath>${pom.basedir}/src/main/resources/jna-5.10.0.jar</systemPath> </dependency>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>