From 02cbb73da41c58e58f213ebf37c313b8b4835c4c Mon Sep 17 00:00:00 2001 From: ryx <2736755949@qq.com> Date: Wed, 18 Mar 2026 13:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..fb2594f --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + 4.0.0 + + com.example + hello + 1.0-SNAPSHOT + + + 1.8 + 1.8 + UTF-8 + + + + + + junit + junit + 4.13.2 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.3 + + + + \ No newline at end of file