From 9c08c5559cb9252c52499a2397d1c804dfbc4840 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 2 May 2024 08:26:56 -0400 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20apache=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=88=B0=E9=A1=B9=E7=9B=AE=E4=B8=AD=EF=BC=8CApache=20?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E9=9C=80=E8=A6=81=E5=8D=95=E7=8B=AC=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=9B=A0=E4=B8=BA=20Apache?= =?UTF-8?q?=20=E7=9A=84=E5=86=85=E5=AE=B9=E9=80=9A=E5=B8=B8=E8=BF=98?= =?UTF-8?q?=E6=98=AF=E6=AF=94=E8=BE=83=E5=A4=9A=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 1 + .idea/encodings.xml | 4 ++++ .idea/jpa.xml | 7 +++++++ apache/README.md | 4 ++++ apache/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 6 files changed, 62 insertions(+) create mode 100644 .idea/jpa.xml create mode 100644 apache/README.md create mode 100644 apache/pom.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index dd2c73c531..d1117e714c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -35,6 +35,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 9b5a7e8870..ffb87cefe3 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,10 @@ + + + + diff --git a/.idea/jpa.xml b/.idea/jpa.xml new file mode 100644 index 0000000000..898e07a675 --- /dev/null +++ b/.idea/jpa.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/apache/README.md b/apache/README.md new file mode 100644 index 0000000000..14656e4845 --- /dev/null +++ b/apache/README.md @@ -0,0 +1,4 @@ +## Apache 模块 + +Apache 软件基金会是对 Java 开源包中贡献非常大的,很多优秀的代码都能够在 Apache 的开源包中找到。 + diff --git a/apache/pom.xml b/apache/pom.xml new file mode 100644 index 0000000000..6282eb98e5 --- /dev/null +++ b/apache/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + com.ossez.apache + apache + apache-modules + pom + + + com.ossez + parent-modules + 0.0.2-SNAPSHOT + ../pom.xml + + + + apache-httpclient + + + + + + junit + junit + ${junit4.version} + test + + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + test + + + + + diff --git a/pom.xml b/pom.xml index 02ec984661..e8b5a3b708 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ + apache core-java-modules image-compressing image-processing