From 71e354affb7818b1c1308daee3926c4f91e94d0c Mon Sep 17 00:00:00 2001 From: Jacek Wolniewicz Date: Fri, 18 Aug 2023 00:50:32 +0200 Subject: [PATCH] Fix maven --- API/pom.xml | 20 +++++++------------ Client/pom.xml | 4 +--- .../tiktok/http/TikTokApiService.java | 2 +- TestApplication/pom.xml | 10 ++-------- Tools/pom.xml | 4 ++-- pom.xml | 8 ++++++++ 6 files changed, 21 insertions(+), 27 deletions(-) diff --git a/API/pom.xml b/API/pom.xml index 8473fca..651f8d0 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -9,17 +9,15 @@ 4.0.0 API - jar - - - com.google.protobuf - protobuf-java - 3.8.0 - - + + + 16 + 16 + UTF-8 + - target/generated-sources + kr.motd.maven @@ -45,11 +43,7 @@ run - all direct - - src/main - src/main/proto diff --git a/Client/pom.xml b/Client/pom.xml index 7811197..6e187eb 100644 --- a/Client/pom.xml +++ b/Client/pom.xml @@ -6,12 +6,10 @@ TikTokLiveJava io.github.jwdeveloper.tiktok 1.0.0 - 4.0.0 Client - jar @@ -25,7 +23,7 @@ io.github.jwdeveloper.tiktok API - 1.0.0 + ${project.version} compile diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/TikTokApiService.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/TikTokApiService.java index 90eadb5..dfe8011 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/TikTokApiService.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/TikTokApiService.java @@ -82,7 +82,7 @@ public class TikTokApiService { } } - public WebcastResponse fetchClientData() + public WebcastResponse fetchClientData() { logger.info("Fetch ClientData"); try { diff --git a/TestApplication/pom.xml b/TestApplication/pom.xml index 13894dc..6047cc2 100644 --- a/TestApplication/pom.xml +++ b/TestApplication/pom.xml @@ -11,22 +11,16 @@ TestApplication - - io.github.jwdeveloper.tiktok - Client - 1.0-SNAPSHOT - compile - io.github.jwdeveloper.tiktok API - 1.0.0 + ${project.version} compile io.github.jwdeveloper.tiktok Client - 1.0.0 + ${project.version} compile diff --git a/Tools/pom.xml b/Tools/pom.xml index 746894a..e0e6dcb 100644 --- a/Tools/pom.xml +++ b/Tools/pom.xml @@ -30,13 +30,13 @@ io.github.jwdeveloper.tiktok API - 1.0-SNAPSHOT + ${project.version} compile io.github.jwdeveloper.tiktok Client - 1.0-SNAPSHOT + ${project.version} compile diff --git a/pom.xml b/pom.xml index a80ac20..1c0446b 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,8 @@ + + @@ -75,6 +77,12 @@ 1.18.22 provided + + com.google.protobuf + protobuf-java + 3.8.0 + compile + junit junit