Fix maven

This commit is contained in:
Jacek Wolniewicz
2023-08-18 00:50:32 +02:00
parent 1bbef3b0ee
commit 71e354affb
6 changed files with 21 additions and 27 deletions

View File

@@ -6,12 +6,10 @@
<artifactId>TikTokLiveJava</artifactId>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Client</artifactId>
<packaging>jar</packaging>
<dependencies>
@@ -25,7 +23,7 @@
<dependency>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>API</artifactId>
<version>1.0.0</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -82,7 +82,7 @@ public class TikTokApiService {
}
}
public WebcastResponse fetchClientData()
public WebcastResponse fetchClientData()
{
logger.info("Fetch ClientData");
try {