From b65c03d1c5bf34feefbc79457112b17e95cff1d2 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 7 Feb 2025 12:53:46 -0600 Subject: [PATCH] Fix pom.xml indentation issues from previous commits Signed-off-by: Chris Bono --- pom.xml | 4 +-- samples/grpc-server-netty-shaded/build.gradle | 4 +-- .../pom.xml | 16 ++++++------ spring-grpc-core/pom.xml | 20 +++++++------- spring-grpc-dependencies/pom.xml | 20 +++++++------- .../pom.xml | 26 +++++++++---------- spring-grpc-spring-boot-autoconfigure/pom.xml | 22 ++++++++-------- spring-grpc-spring-boot-starter/pom.xml | 18 ++++++------- spring-grpc-test/pom.xml | 20 +++++++------- 9 files changed, 75 insertions(+), 75 deletions(-) diff --git a/pom.xml b/pom.xml index 4a2a17b..1c27c36 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ spring-grpc-test spring-grpc-spring-boot-autoconfigure spring-grpc-spring-boot-starter - spring-grpc-client-spring-boot-starter - spring-grpc-server-web-spring-boot-starter + spring-grpc-client-spring-boot-starter + spring-grpc-server-web-spring-boot-starter samples diff --git a/samples/grpc-server-netty-shaded/build.gradle b/samples/grpc-server-netty-shaded/build.gradle index 54a3823..f471ba0 100644 --- a/samples/grpc-server-netty-shaded/build.gradle +++ b/samples/grpc-server-netty-shaded/build.gradle @@ -30,8 +30,8 @@ dependencyManagement { dependencies { implementation ('org.springframework.grpc:spring-grpc-spring-boot-starter') { - exclude group: "io.grpc", module: "grpc-netty" - } + exclude group: "io.grpc", module: "grpc-netty" + } implementation 'io.grpc:grpc-netty-shaded' implementation 'io.grpc:grpc-services' testImplementation 'org.springframework.boot:spring-boot-starter-test' diff --git a/spring-grpc-client-spring-boot-starter/pom.xml b/spring-grpc-client-spring-boot-starter/pom.xml index 81ff5d2..1fcaced 100644 --- a/spring-grpc-client-spring-boot-starter/pom.xml +++ b/spring-grpc-client-spring-boot-starter/pom.xml @@ -24,14 +24,14 @@ spring-grpc-spring-boot-autoconfigure ${project.version} - - io.grpc - grpc-netty - - - io.grpc - grpc-stub - + + io.grpc + grpc-netty + + + io.grpc + grpc-stub + org.springframework.boot spring-boot-starter diff --git a/spring-grpc-core/pom.xml b/spring-grpc-core/pom.xml index ac9b2f9..02a9d04 100644 --- a/spring-grpc-core/pom.xml +++ b/spring-grpc-core/pom.xml @@ -32,15 +32,15 @@ spring-security-web true - - io.grpc - grpc-core - - - io.grpc - grpc-stub - true - + + io.grpc + grpc-core + + + io.grpc + grpc-stub + true + org.springframework.security spring-security-oauth2-resource-server @@ -59,7 +59,7 @@ io.grpc grpc-netty - true + true io.grpc diff --git a/spring-grpc-dependencies/pom.xml b/spring-grpc-dependencies/pom.xml index 1fa606b..b35ca7a 100644 --- a/spring-grpc-dependencies/pom.xml +++ b/spring-grpc-dependencies/pom.xml @@ -75,16 +75,16 @@ spring-grpc-spring-boot-starter ${project.version} - - org.springframework.grpc - spring-grpc-client-spring-boot-starter - ${project.version} - - - org.springframework.grpc - spring-grpc-server-web-spring-boot-starter - ${project.version} - + + org.springframework.grpc + spring-grpc-client-spring-boot-starter + ${project.version} + + + org.springframework.grpc + spring-grpc-server-web-spring-boot-starter + ${project.version} + org.springframework.grpc diff --git a/spring-grpc-server-web-spring-boot-starter/pom.xml b/spring-grpc-server-web-spring-boot-starter/pom.xml index 53e65b2..babe1d1 100644 --- a/spring-grpc-server-web-spring-boot-starter/pom.xml +++ b/spring-grpc-server-web-spring-boot-starter/pom.xml @@ -14,19 +14,19 @@ Spring gRPC Servlet Server Spring Boot Starter - - org.springframework.grpc - spring-grpc-spring-boot-starter - - - io.grpc - grpc-servlet-jakarta - - - org.springframework.boot - spring-boot-starter-web - ${spring-boot.version} - + + org.springframework.grpc + spring-grpc-spring-boot-starter + + + io.grpc + grpc-servlet-jakarta + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot.version} + diff --git a/spring-grpc-spring-boot-autoconfigure/pom.xml b/spring-grpc-spring-boot-autoconfigure/pom.xml index 98566df..30f7ec8 100644 --- a/spring-grpc-spring-boot-autoconfigure/pom.xml +++ b/spring-grpc-spring-boot-autoconfigure/pom.xml @@ -51,7 +51,7 @@ org.springframework.grpc spring-grpc-core ${project.version} - true + true org.springframework @@ -73,16 +73,16 @@ grpc-services true - - io.grpc - grpc-stub - true - - - io.grpc - grpc-netty - true - + + io.grpc + grpc-stub + true + + + io.grpc + grpc-netty + true + io.grpc grpc-netty-shaded diff --git a/spring-grpc-spring-boot-starter/pom.xml b/spring-grpc-spring-boot-starter/pom.xml index 5b174dc..83c19b4 100644 --- a/spring-grpc-spring-boot-starter/pom.xml +++ b/spring-grpc-spring-boot-starter/pom.xml @@ -24,15 +24,15 @@ spring-grpc-spring-boot-autoconfigure ${project.version} - - io.grpc - grpc-netty - - - io.grpc - grpc-services - true - + + io.grpc + grpc-netty + + + io.grpc + grpc-services + true + org.springframework.boot spring-boot-starter diff --git a/spring-grpc-test/pom.xml b/spring-grpc-test/pom.xml index 02f218c..0da560e 100644 --- a/spring-grpc-test/pom.xml +++ b/spring-grpc-test/pom.xml @@ -25,11 +25,11 @@ - - org.springframework.grpc - spring-grpc-core - ${project.version} - + + org.springframework.grpc + spring-grpc-core + ${project.version} + org.springframework.grpc spring-grpc-spring-boot-autoconfigure @@ -44,11 +44,11 @@ io.grpc grpc-testing - - io.grpc - grpc-netty - true - + + io.grpc + grpc-netty + true + io.grpc grpc-inprocess