瀏覽代碼

抖音sdk

yumeng 2 年之前
父節點
當前提交
b0a34a19bd
共有 2 個文件被更改,包括 13 次插入5 次删除
  1. 13 5
      ruixuan-live/pom.xml
  2. 二進制
      ruixuan-live/src/main/resources/lib/sdk-java-1.0-SNAPSHOT.jar

+ 13 - 5
ruixuan-live/pom.xml

@@ -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>

二進制
ruixuan-live/src/main/resources/lib/sdk-java-1.0-SNAPSHOT.jar