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