|
@@ -17,6 +17,12 @@
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
+ <version>3.0.1</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>com.github.kuaidi100-api</groupId>
|
|
|
<artifactId>sdk</artifactId>
|
|
|
<version>1.0.11</version>
|
|
@@ -30,12 +36,18 @@
|
|
|
<systemPath>${project.basedir}/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.2546.jar</systemPath>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>thirtpart</groupId>
|
|
|
+ <artifactId>bytedance</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/resources/lib/sdk-java-1.0-SNAPSHOT.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
<!-- 通用工具-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruixuan</groupId>
|
|
|
<artifactId>ruixuan-common</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
<!-- system-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruixuan</groupId>
|
|
@@ -69,9 +81,5 @@
|
|
|
<artifactId>tess4j</artifactId>
|
|
|
<version>4.1.1</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
</dependencies>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</project>
|