diff --git a/xfg-dev-tech-app/src/pom.xml b/xfg-dev-tech-app/src/pom.xml deleted file mode 100644 index 44e08bd04b50c094464b28e6396fbed22cfc5d01..0000000000000000000000000000000000000000 --- 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 - - - - - -