Skip to content

Commit c150165

Browse files
authored
JAVA-30449: Changes made for formatting pom files modules S to Z (#15722)
1 parent 28c39d2 commit c150165

File tree

9 files changed

+24
-28
lines changed

9 files changed

+24
-28
lines changed

spring-6-rsocket/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<scope>import</scope>
3535
</dependency>
3636
</dependencies>
37+
3738
<dependencyManagement>
3839
<dependencies>
3940
<dependency>

spring-6/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>spring-6</artifactId>
7+
<name>spring-6</name>
8+
<packaging>pom</packaging>
9+
610
<parent>
711
<groupId>com.baeldung</groupId>
812
<artifactId>parent-spring-6</artifactId>
913
<relativePath>../parent-spring-6</relativePath>
1014
<version>0.0.1-SNAPSHOT</version>
1115
</parent>
1216

13-
<artifactId>spring-6</artifactId>
14-
<name>spring-6</name>
15-
<packaging>pom</packaging>
16-
1717
<properties>
1818
<maven.compiler.source>17</maven.compiler.source>
1919
<maven.compiler.target>17</maven.compiler.target>

spring-actuator/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<version>${jetty.version}</version>
4444
</dependency>
4545
</dependencies>
46+
4647
<build>
4748
<pluginManagement>
4849
<plugins>

spring-ai/pom.xml

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-ai</artifactId>
77
<name>spring-ai</name>
@@ -39,14 +39,14 @@
3939

4040
<build>
4141
<plugins>
42-
<plugin>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-maven-plugin</artifactId>
45-
<configuration>
46-
<mainClass>com.baeldung.spring.ai.SpringAIProjectApplication</mainClass>
47-
<layout>JAR</layout>
48-
</configuration>
49-
</plugin>
42+
<plugin>
43+
<groupId>org.springframework.boot</groupId>
44+
<artifactId>spring-boot-maven-plugin</artifactId>
45+
<configuration>
46+
<mainClass>com.baeldung.spring.ai.SpringAIProjectApplication</mainClass>
47+
<layout>JAR</layout>
48+
</configuration>
49+
</plugin>
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-compiler-plugin</artifactId>
@@ -60,4 +60,5 @@
6060
</plugin>
6161
</plugins>
6262
</build>
63+
6364
</project>

spring-boot-modules/spring-boot-react/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<version>1.0.0-SNAPSHOT</version>
1212
</parent>
1313

14-
1514
<dependencies>
1615
<dependency>
1716
<groupId>org.springframework.boot</groupId>

spring-boot-modules/spring-boot-validations/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<artifactId>spring-boot-starter-validation</artifactId>
2828
</dependency>
2929
</dependencies>
30+
3031
<build>
3132
<plugins>
3233
<plugin>
@@ -35,4 +36,5 @@
3536
</plugin>
3637
</plugins>
3738
</build>
39+
3840
</project>

spring-reactive-modules/spring-reactive-performance/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,16 @@
3434
<groupId>org.springframework.boot</groupId>
3535
<artifactId>spring-boot-starter-webflux</artifactId>
3636
</dependency>
37-
3837
<dependency>
3938
<groupId>org.springframework.boot</groupId>
4039
<artifactId>spring-boot-starter-webflux</artifactId>
4140
</dependency>
42-
4341
<dependency>
4442
<groupId>org.springframework.boot</groupId>
4543
<artifactId>spring-boot-starter-data-mongodb</artifactId>
4644
</dependency>
47-
4845
</dependencies>
4946

50-
5147
<build>
5248
<plugins>
5349
<plugin>
@@ -74,4 +70,5 @@
7470
<java.version>21</java.version>
7571
<spring-boot.version>3.2.0</spring-boot.version>
7672
</properties>
73+
7774
</project>

web-modules/java-takes/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.spring-boot-modules</groupId>
77
<artifactId>java-takes</artifactId>
@@ -12,8 +12,6 @@
1212
<version>1.0.0-SNAPSHOT</version>
1313
</parent>
1414

15-
16-
1715
<dependencies>
1816
<dependency>
1917
<groupId>org.takes</groupId>

web-modules/rome/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>rome</artifactId>
77
<version>0.1-SNAPSHOT</version>
@@ -13,8 +13,6 @@
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

16-
17-
1816
<dependencies>
1917
<dependency>
2018
<groupId>rome</groupId>
@@ -23,7 +21,6 @@
2321
</dependency>
2422
</dependencies>
2523

26-
2724
<properties>
2825
<rome.version>1.0</rome.version>
2926
</properties>

0 commit comments

Comments
 (0)