Browse Source

【深爱-物流价格查询】

DINGYL 9 months ago
parent
commit
c86dd0a545
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pom.xml

+ 16 - 0
pom.xml

@@ -185,6 +185,22 @@
 			<groupId>sf-sdk</groupId>
 			<artifactId>sf-csim-express</artifactId>
 			<version>2.1.7</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/lib/SF-CSIM-EXPRESS-SDK-V2.1.7.jar</systemPath>
+		</dependency>
+		<dependency>
+			<groupId>com.kyexpress</groupId>
+			<artifactId>openapi-java-sdk-2.3.0</artifactId>
+			<version>2.3.0</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/lib/openapi-java-sdk-2.3.0.jar</systemPath>
+		</dependency>
+		<dependency>
+			<groupId>com.dop</groupId>
+			<artifactId>dop-java-sdk-2.3.0</artifactId>
+			<version>0.0.1</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/lib/dop-sdk-1.0-SNAPSHOT.jar</systemPath>
 		</dependency>
 	</dependencies>