File tree Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 15
15
<module >extended</module >
16
16
<module >fluent</module >
17
17
<module >spring</module >
18
+ <module >spring-aot</module >
18
19
<module >e2e</module >
19
20
<module >examples</module >
20
21
<module >client-java-contrib/cert-manager</module >
Original file line number Diff line number Diff line change 13
13
<version >16.0.0-SNAPSHOT</version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
+ <properties >
17
+ <spring .boot.version>3.0.0</spring .boot.version>
18
+ </properties >
16
19
<dependencies >
17
20
<dependency >
18
21
<groupId >org.reflections</groupId >
44
47
<scope >test</scope >
45
48
</dependency >
46
49
</dependencies >
47
- <dependencyManagement >
48
- <dependencies >
49
- <dependency >
50
- <groupId >org.springframework.boot</groupId >
51
- <artifactId >spring-boot-dependencies</artifactId >
52
- <version >3.0.0-SNAPSHOT</version >
53
- <type >pom</type >
54
- <scope >import</scope >
55
- </dependency >
56
- </dependencies >
57
- </dependencyManagement >
58
-
59
50
<build >
60
51
<plugins >
61
52
<plugin >
93
84
</plugin >
94
85
</plugins >
95
86
</build >
96
- <!--
97
- todo : we don't need this after 24 november, 2022
98
- -->
99
- <repositories >
100
- <repository >
101
- <id >spring-milestones</id >
102
- <name >Spring Milestones</name >
103
- <url >https://repo.spring.io/milestone</url >
104
- <snapshots >
105
- <enabled >false</enabled >
106
- </snapshots >
107
- </repository >
108
- <repository >
109
- <id >spring-snapshots</id >
110
- <name >Spring Snapshots</name >
111
- <url >https://repo.spring.io/snapshot</url >
112
- <releases >
113
- <enabled >false</enabled >
114
- </releases >
115
- </repository >
116
- </repositories >
117
- <pluginRepositories >
118
- <pluginRepository >
119
- <id >spring-milestones</id >
120
- <name >Spring Milestones</name >
121
- <url >https://repo.spring.io/milestone</url >
122
- <snapshots >
123
- <enabled >false</enabled >
124
- </snapshots >
125
- </pluginRepository >
126
- <pluginRepository >
127
- <id >spring-snapshots</id >
128
- <name >Spring Snapshots</name >
129
- <url >https://repo.spring.io/snapshot</url >
130
- <releases >
131
- <enabled >false</enabled >
132
- </releases >
133
- </pluginRepository >
134
- </pluginRepositories >
135
-
136
87
</project >
You can’t perform that action at this time.
0 commit comments