From 4585f9eeaad22e4370d79b516aa65b036ad6fc11 Mon Sep 17 00:00:00 2001 From: scwlkq Date: Mon, 25 Mar 2024 22:39:09 +0800 Subject: [PATCH] revert indentation in pom.xml --- eventmesh-dashboard-core/pom.xml | 2 - pom.xml | 124 +++++++++++++++---------------- 2 files changed, 62 insertions(+), 64 deletions(-) diff --git a/eventmesh-dashboard-core/pom.xml b/eventmesh-dashboard-core/pom.xml index 5d206571..22cdbd99 100644 --- a/eventmesh-dashboard-core/pom.xml +++ b/eventmesh-dashboard-core/pom.xml @@ -46,7 +46,6 @@ eventmesh-dashboard-common 0.0.1-SNAPSHOT - org.apache.eventmesh.dashboard.service eventmesh-dashboard-service @@ -73,7 +72,6 @@ spring-boot-starter-test test - junit junit diff --git a/pom.xml b/pom.xml index 20a5ed4f..26cf5f17 100644 --- a/pom.xml +++ b/pom.xml @@ -84,66 +84,66 @@ 4.9.8 - - eventmesh-dashboard-console - eventmesh-dashboard-observe - eventmesh-dashboard-core - eventmesh-dashboard-service - eventmesh-dashboard-common - - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - ${mybatis-spring-boot.version} - - - org.apache.logging.log4j - log4j-to-slf4j - - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter-test - ${mybatis-spring-boot.version} - test - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.3.1 - - style/checkStyle.xml - true - true - false - config_loc=style - - - - validate - validate - - check - - - - - - + + eventmesh-dashboard-console + eventmesh-dashboard-observe + eventmesh-dashboard-core + eventmesh-dashboard-service + eventmesh-dashboard-common + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring-boot.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter-test + ${mybatis-spring-boot.version} + test + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.3.1 + + style/checkStyle.xml + true + true + false + config_loc=style + + + + validate + validate + + check + + + + + + \ No newline at end of file