From 0a32c1030c4bac12d7184ae8653a18fe67c440ee Mon Sep 17 00:00:00 2001 From: lensferno Date: Wed, 25 Jan 2023 23:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .flattened-pom.xml | 17 ------ .gitignore | 2 + mywust-core/.flattened-pom.xml | 58 -------------------- mywust-model/.flattened-pom.xml | 16 ------ mywust-network-httpclient/.flattened-pom.xml | 16 ------ mywust-network-okhttp/.flattened-pom.xml | 40 -------------- mywust-network/.flattened-pom.xml | 22 -------- mywust-util/.flattened-pom.xml | 28 ---------- 8 files changed, 2 insertions(+), 197 deletions(-) delete mode 100644 .flattened-pom.xml delete mode 100644 mywust-core/.flattened-pom.xml delete mode 100644 mywust-model/.flattened-pom.xml delete mode 100644 mywust-network-httpclient/.flattened-pom.xml delete mode 100644 mywust-network-okhttp/.flattened-pom.xml delete mode 100644 mywust-network/.flattened-pom.xml delete mode 100644 mywust-util/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml deleted file mode 100644 index 83765df..0000000 --- a/.flattened-pom.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust - 0.0.1-fixed - pom - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/.gitignore b/.gitignore index 7bc4bf7..8da300b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ build/ ### VS Code ### .vscode/ + +*/.flattened-pom.xml \ No newline at end of file diff --git a/mywust-core/.flattened-pom.xml b/mywust-core/.flattened-pom.xml deleted file mode 100644 index 6a8b4e7..0000000 --- a/mywust-core/.flattened-pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-core - 0.0.1-fixed - - - cn.linghang - mywust-network - 0.0.1-fixed - compile - - - cn.linghang - mywust-util - 0.0.1-fixed - compile - - - org.slf4j - slf4j-api - 2.0.3 - compile - - - org.jsoup - jsoup - 1.15.3 - compile - - - cn.linghang - mywust-model - 0.0.1-fixed - compile - - - com.fasterxml.jackson.core - jackson-annotations - 2.14.0-rc1 - compile - - - com.fasterxml.jackson.core - jackson-databind - 2.14.0-rc1 - compile - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/mywust-model/.flattened-pom.xml b/mywust-model/.flattened-pom.xml deleted file mode 100644 index 716d5d0..0000000 --- a/mywust-model/.flattened-pom.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-model - 0.0.1-fixed - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/mywust-network-httpclient/.flattened-pom.xml b/mywust-network-httpclient/.flattened-pom.xml deleted file mode 100644 index d558952..0000000 --- a/mywust-network-httpclient/.flattened-pom.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-network-httpclient - 0.0.1-fixed - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/mywust-network-okhttp/.flattened-pom.xml b/mywust-network-okhttp/.flattened-pom.xml deleted file mode 100644 index 70cf94e..0000000 --- a/mywust-network-okhttp/.flattened-pom.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-network-okhttp - 0.0.1-fixed - - - com.squareup.okhttp3 - okhttp - 3.14.9 - compile - - - org.slf4j - slf4j-api - 1.7.36 - compile - - - cn.linghang - mywust-network - 0.0.1-fixed - compile - - - cn.linghang - mywust-util - 0.0.1-fixed - compile - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/mywust-network/.flattened-pom.xml b/mywust-network/.flattened-pom.xml deleted file mode 100644 index 8223d8e..0000000 --- a/mywust-network/.flattened-pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-network - 0.0.1-fixed - - - cn.linghang - mywust-util - 0.0.1-fixed - compile - - - org.projectlombok - lombok - 1.18.22 - compile - - - diff --git a/mywust-util/.flattened-pom.xml b/mywust-util/.flattened-pom.xml deleted file mode 100644 index f5ba227..0000000 --- a/mywust-util/.flattened-pom.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - 4.0.0 - cn.linghang - mywust-util - 0.0.1-fixed - - - commons-codec - commons-codec - 1.15 - compile - - - com.google.guava - guava - 31.1-jre - compile - - - org.projectlombok - lombok - 1.18.22 - compile - - -