|
@@ -13,6 +13,13 @@
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>openapi.sdk</groupId>
|
|
|
+ <artifactId>openapi-sdk</artifactId>
|
|
|
+ <version>6.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/openapi-sdk-6.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yh.haixin</groupId>
|
|
|
<artifactId>winsea-haixin-plugin-base</artifactId>
|