|
|
|
|
@ -53,6 +53,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jna</groupId>
|
|
|
|
|
<artifactId>jna</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
<systemPath>${project.basedir}/src/main/resources/libs/jna.jar</systemPath>
|
|
|
|
|
</dependency>
|
|
|
|
|
@ -63,6 +64,9 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|