Merge pull request #11920 from freelansam/JAVA-10138

JAVA-10138 - Fix formatting of POMs
This commit is contained in:
kwoyke
2022-03-14 15:00:17 +01:00
committed by GitHub
71 changed files with 301 additions and 356 deletions
+1 -5
View File
@@ -33,26 +33,22 @@
<artifactId>spring-boot-starter</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.netflix.graphql.dgs.codegen</groupId>
<artifactId>graphql-dgs-codegen-client-core</artifactId>
<version>5.1.14</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-starter</artifactId>
@@ -88,4 +84,4 @@
</plugins>
</build>
</project>
</project>