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