mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
Changes:
- Fixed bug: library was not working on certain java versions due to different WebSocket implementation. Instead of using java websocket api now there is `org.java-websocket`
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -54,6 +54,7 @@
|
||||
<configuration>
|
||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||
<shadedClassifierName>all</shadedClassifierName>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
@@ -64,8 +65,6 @@
|
||||
<filter>
|
||||
<artifact>*:*</artifact>
|
||||
<excludes>
|
||||
<exclude>**/proto/**</exclude>
|
||||
<exclude>**/google/**</exclude>
|
||||
<exclude>**/tiktokSchema.proto/**</exclude>
|
||||
</excludes>
|
||||
</filter>
|
||||
@@ -99,6 +98,8 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user