JAVA-28508: Fix formatting of POMs Modules R to Z (#15361)
This commit is contained in:
+7
-4
@@ -3,15 +3,16 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.spring-security-modules.testing</groupId>
|
||||
<artifactId>reactive-resource-server</artifactId>
|
||||
<name>reactive-resource-server</name>
|
||||
<description>Demo project for Spring Boot reactive resource-server</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-security-oauth2-testing</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>com.baeldung.spring-security-modules.testing</groupId>
|
||||
<artifactId>reactive-resource-server</artifactId>
|
||||
<name>reactive-resource-server</name>
|
||||
<description>Demo project for Spring Boot reactive resource-server</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -38,6 +39,7 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -54,4 +56,5 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user