more work

This commit is contained in:
minster586
2026-01-14 03:27:15 -05:00
parent 5512f6fa7f
commit 61eda7f6e7
11 changed files with 153 additions and 40 deletions

14
pom.xml
View File

@@ -28,14 +28,14 @@
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
</dependency>
<!-- TikTok-Live-Connector: User must provide/download the JAR and place in lib/ -->
<!-- <dependency>
<groupId>com.github.zerodytrash</groupId>
<artifactId>TikTok-Live-Connector</artifactId>
<version>latest</version>
<!-- TikTokLiveJava: User must provide/download the JAR and place in lib/ -->
<dependency>
<groupId>com.github.jwdeveloper</groupId>
<artifactId>TikTokLiveJava</artifactId>
<version>1.11.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/TikTok-Live-Connector.jar</systemPath>
</dependency> -->
<systemPath>${project.basedir}/lib/Client-1.11.9-Release-all.jar</systemPath>
</dependency>
</dependencies>
<build>
<plugins>