pom 文件的京东jar 引入
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -103,9 +103,13 @@
|
||||
<groupId>cn.van</groupId>
|
||||
<artifactId>open-api-sdk</artifactId>
|
||||
<version>2.0-2024-10-21</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/libs/open-api-sdk-2.0-2024-10-21.jar</systemPath>
|
||||
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<!-- Maven 插件 -->
|
||||
<build>
|
||||
<plugins>
|
||||
@@ -123,5 +127,14 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>**/*.jar</include>
|
||||
</includes>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user