From 2193123ce4549e5b4459cd0307a201a49c743a5f Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 19 May 2024 21:36:50 +0800 Subject: [PATCH] REMOVE Unsed Project --- .gitignore | 2 +- components/fleunt-clients/pom.xml | 20 ---------------- components/pom.xml | 1 - .../test/java/io/fluent/tw/TwClientTest.java | 24 ------------------- modules/fluent-apiway/pom.xml | 20 ---------------- modules/pom.xml | 3 --- 6 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 components/fleunt-clients/pom.xml delete mode 100644 fluent-wrappers/fluent-tw/src/test/java/io/fluent/tw/TwClientTest.java delete mode 100644 modules/fluent-apiway/pom.xml diff --git a/.gitignore b/.gitignore index 20ce7aa..1051404 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.idea/ +.idea/* .erupt/ .env target/ diff --git a/components/fleunt-clients/pom.xml b/components/fleunt-clients/pom.xml deleted file mode 100644 index 6157edf..0000000 --- a/components/fleunt-clients/pom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - 4.0.0 - - io.fluent - components - 1.0-SNAPSHOT - - - fleunt-clients - - - 20 - 20 - UTF-8 - - - \ No newline at end of file diff --git a/components/pom.xml b/components/pom.xml index 12fb1c0..11234de 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -25,7 +25,6 @@ fluent-httpclients fluent-datafactory fluent-testlibs - fleunt-clients diff --git a/fluent-wrappers/fluent-tw/src/test/java/io/fluent/tw/TwClientTest.java b/fluent-wrappers/fluent-tw/src/test/java/io/fluent/tw/TwClientTest.java deleted file mode 100644 index 476036d..0000000 --- a/fluent-wrappers/fluent-tw/src/test/java/io/fluent/tw/TwClientTest.java +++ /dev/null @@ -1,24 +0,0 @@ -package io.fluent.tw; - -import io.fluent.tw.service.FollowingService; -import org.junit.jupiter.api.Test; - -import static org.junit.jupiter.api.Assertions.*; - -class TwClientTest { - - @Test - public void testGetTWClient(){ - TwClient twClient = new TwClient(); - assertNotNull(twClient.getApiInstance()); - } - - @Test - public void testGetUserFollowings(){ - TwClient twClient = new TwClient(); - String userId= "simonte31544649"; - FollowingService service = new FollowingService(twClient.getApiInstance()); - var result = service.getFollowingList(userId,150,"",3); - System.out.println(result); - } -} \ No newline at end of file diff --git a/modules/fluent-apiway/pom.xml b/modules/fluent-apiway/pom.xml deleted file mode 100644 index 284ad41..0000000 --- a/modules/fluent-apiway/pom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - 4.0.0 - - io.fluent - modules - 1.0-SNAPSHOT - - - fluent-apiway - - - 20 - 20 - UTF-8 - - - \ No newline at end of file diff --git a/modules/pom.xml b/modules/pom.xml index af89588..319fd33 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -16,12 +16,9 @@ fluent-base-ext fluent-payment fluent-search - fluent-apiway - 20 - 20 UTF-8