File tree 9 files changed +24
-28
lines changed
spring-reactive-modules/spring-reactive-performance
9 files changed +24
-28
lines changed Original file line number Diff line number Diff line change 34
34
<scope >import</scope >
35
35
</dependency >
36
36
</dependencies >
37
+
37
38
<dependencyManagement >
38
39
<dependencies >
39
40
<dependency >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <artifactId >spring-6</artifactId >
7
+ <name >spring-6</name >
8
+ <packaging >pom</packaging >
9
+
6
10
<parent >
7
11
<groupId >com.baeldung</groupId >
8
12
<artifactId >parent-spring-6</artifactId >
9
13
<relativePath >../parent-spring-6</relativePath >
10
14
<version >0.0.1-SNAPSHOT</version >
11
15
</parent >
12
16
13
- <artifactId >spring-6</artifactId >
14
- <name >spring-6</name >
15
- <packaging >pom</packaging >
16
-
17
17
<properties >
18
18
<maven .compiler.source>17</maven .compiler.source>
19
19
<maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change 43
43
<version >${jetty.version} </version >
44
44
</dependency >
45
45
</dependencies >
46
+
46
47
<build >
47
48
<pluginManagement >
48
49
<plugins >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >spring-ai</artifactId >
7
7
<name >spring-ai</name >
39
39
40
40
<build >
41
41
<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 >
50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-compiler-plugin</artifactId >
60
60
</plugin >
61
61
</plugins >
62
62
</build >
63
+
63
64
</project >
Original file line number Diff line number Diff line change 11
11
<version >1.0.0-SNAPSHOT</version >
12
12
</parent >
13
13
14
-
15
14
<dependencies >
16
15
<dependency >
17
16
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 27
27
<artifactId >spring-boot-starter-validation</artifactId >
28
28
</dependency >
29
29
</dependencies >
30
+
30
31
<build >
31
32
<plugins >
32
33
<plugin >
35
36
</plugin >
36
37
</plugins >
37
38
</build >
39
+
38
40
</project >
Original file line number Diff line number Diff line change 34
34
<groupId >org.springframework.boot</groupId >
35
35
<artifactId >spring-boot-starter-webflux</artifactId >
36
36
</dependency >
37
-
38
37
<dependency >
39
38
<groupId >org.springframework.boot</groupId >
40
39
<artifactId >spring-boot-starter-webflux</artifactId >
41
40
</dependency >
42
-
43
41
<dependency >
44
42
<groupId >org.springframework.boot</groupId >
45
43
<artifactId >spring-boot-starter-data-mongodb</artifactId >
46
44
</dependency >
47
-
48
45
</dependencies >
49
46
50
-
51
47
<build >
52
48
<plugins >
53
49
<plugin >
74
70
<java .version>21</java .version>
75
71
<spring-boot .version>3.2.0</spring-boot .version>
76
72
</properties >
73
+
77
74
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.baeldung.spring-boot-modules</groupId >
7
7
<artifactId >java-takes</artifactId >
12
12
<version >1.0.0-SNAPSHOT</version >
13
13
</parent >
14
14
15
-
16
-
17
15
<dependencies >
18
16
<dependency >
19
17
<groupId >org.takes</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >rome</artifactId >
7
7
<version >0.1-SNAPSHOT</version >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
</parent >
15
15
16
-
17
-
18
16
<dependencies >
19
17
<dependency >
20
18
<groupId >rome</groupId >
23
21
</dependency >
24
22
</dependencies >
25
23
26
-
27
24
<properties >
28
25
<rome .version>1.0</rome .version>
29
26
</properties >
You can’t perform that action at this time.
0 commit comments