From a0bd5cf45065cd41f3349a5190470e1943d18acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Wed, 3 Jul 2024 08:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xfg-dev-tech-app/src/pom.xml | 113 ----------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 xfg-dev-tech-app/src/pom.xml diff --git a/xfg-dev-tech-app/src/pom.xml b/xfg-dev-tech-app/src/pom.xml deleted file mode 100644 index 44e08bd..0000000 --- a/xfg-dev-tech-app/src/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - 4.0.0 - - cn.bugstack - xfg-dev-tech-ratelimiter - 1.0-SNAPSHOT - - - xfg-dev-tech-app - - jar - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-configuration-processor - - - org.springframework.boot - spring-boot-autoconfigure - - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-starter-actuator - - - io.micrometer - micrometer-registry-prometheus - - - com.alibaba - fastjson - - - org.apache.commons - commons-lang3 - - - org.projectlombok - lombok - - - junit - junit - test - - - com.google.guava - guava - - - - - xfg-dev-tech-app - - - src/main/resources - true - - **/** - - - - - - src/test/resources - true - - **/** - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.6 - - true - false - - **/*Test.java - - - - - org.springframework.boot - spring-boot-maven-plugin - - cn.bugstack.xfg.dev.tech.Application - JAR - - - - - - -- GitLab