From d2716a4452840d7dc2b6d2b5313d088327b8dbaf Mon Sep 17 00:00:00 2001 From: bingor_yhj Date: Thu, 6 Apr 2023 23:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9D=A6=E5=85=8B=E5=A4=A7=E6=88=98(=E4=B8=80?= =?UTF-8?q?=E6=9C=9F)-Network=E5=88=86=E6=94=AF-=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1src=E8=B7=AF=E5=BE=84=E5=B9=B6=E4=B8=94?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=97=B6=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=BE=E5=88=B0resources=E8=B5=84=E6=BA=90=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..92090fc --- /dev/null +++ b/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + com.msb + tank-designPatterns + 1.0-SNAPSHOT + + + + + + + org.aspectj + aspectjweaver + 1.9.6 + + + + + junit + junit + 4.13.2 + compile + + + org.junit.jupiter + junit-jupiter + RELEASE + compile + + + + + \ No newline at end of file