代码调整
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
|
||||
<!-- 使用JNA调用C Lib库 -->
|
||||
<dependency>
|
||||
<groupId>com.sun.jna</groupId>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>3.0.9</version>
|
||||
<version>4.1.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -85,6 +85,8 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>com.spotify</groupId>
|
||||
<artifactId>docker-maven-plugin</artifactId>
|
||||
@@ -119,6 +121,16 @@
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>**/*.dll</include>
|
||||
</includes>
|
||||
</resource>
|
||||
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user